更换切换开关

This commit is contained in:
RuoYi
2019-05-05 19:14:49 +08:00
parent 07dc3ee287
commit b90b1704cf
6 changed files with 94 additions and 35 deletions

View File

@ -101,13 +101,10 @@
</label>
<div class="col-sm-9">
<div class="onoffswitch">
<input type="checkbox" th:checked="true" class="onoffswitch-checkbox" id="status" name="status">
<label class="onoffswitch-label" for="status">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
<label class="toggle-switch switch-solid">
<input type="checkbox" id="status" checked>
<span></span>
</label>
</div>
</div>
<div class="form-group draggable">