<div style="margin-top:20px;margin-bottom:10px;"> <div style="display: inline-block;vertical-align: bottom;"> <select style="100%;" id="type0"></select> </div> <div style="display: inline-block;"> <input type="text" value="" id="where" placeholder="查询条件" /> <input type="button" value="查询" onclick="post_test('list');" /> <input type="button" value="新增" onclick="post_test('show');" /> <input type="button" value="批量删除" /> </div> </div>
转自 : https://blog.csdn.net/weixin_38465980/article/details/84380175
禁用下拉框
pointer-events: none;
转自:https://www.cnblogs.com/Bud-blog/p/10271282.html