bootstrap v3:带有glyphicon的多个按钮的布局问题

时间:2017-06-27 14:10:53

标签: css3 twitter-bootstrap-3

在带有glyphicon的多个按钮上,bootstap v3上存在布局问题。

您可以在此处查看问题:https://github.com/twbs/bootstrap/issues/22914

您可以在FF ESR 45.2.0中看到问题的快照: enter image description here

您可以通过IE11查看问题的快照: enter image description here

你可以帮我解决一下这个问题,因为他们的团队只能在v4上工作而无法解决这个问题吗?

2 个答案:

答案 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