css中:
.layui-unselect{
text-align: center;
}
html中:
<select name="pretype" id="pretype" lay-filter="pretype" autocomplete="false">
<option value="新增設備" selected>新增設備</option>
<option value="影響方面">影響方面</option>
</select>
效果如图: