标签: javascript jquery html css jquery-select2
答案 0 :(得分:0)
这取决于您要设置样式以及如何选择元素。
在此示例中,我具有边框和输入框高度的样式。请注意,此样式将适用于您所有的select2框
http://jsfiddle.net/2tduypwx/
.select2-search__field{ height:80px; } .select2-container--default .select2-selection--single{ border:1px solid red; border-radius:0; }