将 bootstrap-select.min.js 版本从 1.12.4 升级到 1.13.1 后,我网站上的所有控件高度样式坏了。如果我包含1.12.4 / js / bootstrap-select.min.js但不包括1.13.1 / js / bootstrap-select.min.js
,则高度样式正确bootstrap-select/1.13.1/css/bootstrap-select.min.css
// controls height is broken when using this include
bootstrap-select/1.13.1/js/bootstrap-select.min.js
ajax-bootstrap-select/1.4.3/css/ajax-bootstrap-select.min.css
ajax-bootstrap-select/1.4.3/js/ajax-bootstrap-select.min.js
// bootstrap-select/1.12.4/css/bootstrap-select.min.css
// controls height working when using this line with upgraded includes
bootstrap-select/1.12.4/js/bootstrap-select.min.js
// ajax-bootstrap-select/1.4.3/css/ajax-bootstrap-select.min.css
// ajax-bootstrap-select/1.4.3/js/ajax-bootstrap-select.min.js
答案 0 :(得分:-1)
确保使用<!doctype html>
指定了HTML5。
有关更详细的答案,请参见Different height of select with HTML5 and Bootstrap Select