Browse Source

feat Switch 按钮样式调整为绿色选中

wangqin
qingzhengli 8 months ago
parent
commit
907e9b7648
  1. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/components/Switcher.vue

8
ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/components/Switcher.vue

@ -38,14 +38,14 @@ export default {
return {
active: {
text: "启用",
color: "#fff",
textColor: "#00B3CC",
color: "#00B3CC",
textColor: "#fff",
...this.activeOption?.active
},
unActive: {
text: "停用",
color: "#00B3CC",
textColor: "#fff",
color: "#fff",
textColor: "#00B3CC",
...this.activeOption?.unActive
}
}

Loading…
Cancel
Save