我在项目中使用
https://github.com/brianreavis/selectize.js,我无法自定义选择输入的高度和宽度:
>通过css修改选择不起作用
> https://github.com/brianreavis/selectize.js/blob/master/docs/api.md没有高度/宽度选项
问题更加严重,因为标准的选择/文本输入(使用引导程序2)高度为30px,使用此插件时,它增长到37px并且打破了我的用户界面的视觉效果(将所有输入增加到37px肯定不是选项).
解决方法
selectize.js定制30px高度
.selectize-dropdown,.selectize-input { line-height: 14px; }