style: 调整 switch 开关主题颜色

This commit is contained in:
@changcode
2021-11-30 14:36:51 +08:00
parent 895e84b77c
commit 1f0fc53526
28 changed files with 214 additions and 94 deletions

View File

@@ -75,7 +75,8 @@
style="margin-left: 14px"
slot="reference"
v-model="scope.row.schedEnable"
active-color="#ee9d3f"
active-icon-class="switch-open"
inactive-icon-class="switch-shut"
:active-value="1"
:inactive-value="0"
@change="(val)=>{$emit('statusChange', scope.row)}"