我在 Bootstrap 开关中面临高度问题。我无法更改开关的高度。如何更改开关的高度。
问问题
1368 次
1 回答
1
只需将以下 css 添加到您的页面并根据您的设计调整高度、填充和边距。
div.bootstrap-switch-container {
height: 25px;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
padding: 3px 12px;
}
div.bootstrap-switch {
margin-top: -4px;
}
于 2017-06-30T06:26:45.670 回答