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