版本1.13.1中的silviomoreto bootstrap-select样式

时间:2018-06-12 13:46:27

标签: bootstrap-select

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

1 个答案:

答案 0 :(得分:-1)

确保使用<!doctype html>指定了HTML5。 有关更详细的答案,请参见Different height of select with HTML5 and Bootstrap Select