Bootstrap开关看起来都错了

时间:2016-11-25 15:04:10

标签: css twitter-bootstrap checkbox bootstrap-switch

我们正在开发基于Web的工具,我们正在使用自举开关。

我们的开关如下所示:

enter image description here

这是HTML:

<td>
<input type="checkbox" id="planned" name="planned" class="switch">
</td>

<td>的宽度由<th>设置,为130px。

这是JS:

$(".switch").bootstrapSwitch({
    onText: "Yes",
    offText: "No"
});

在IE11中看起来像这样(我们可以访问所有工作)但在firefox和chrome中看起来很好。任何ieas?

这是fiddle

0 个答案:

没有答案