2016-11-24 114 views

回答

0

只需將以下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; 
}