2016-11-24 8 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; 
}