在带有glyphicon的多个按钮上,bootstap v3上存在布局问题。
您可以在此处查看问题:https://github.com/twbs/bootstrap/issues/22914
你可以帮我解决一下这个问题,因为他们的团队只能在v4上工作而无法解决这个问题吗?
答案 0 :(得分:0)
尝试在标头标记中添加此内容:
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
答案 1 :(得分:0)
我找到了解决此问题的方法。所以我在这里分享。
修复引导程序问题的最佳方法是使用glyphicon设置多个按钮的高度。 高度必须设置为输入表单的高度(默认为34px)。
if
您可以在此处看到它:https://www.bootply.com/mtNO2DGZTW