Browse Source

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

wangqin
qingzhengli 1 year 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 { return {
active: { active: {
text: "启用", text: "启用",
color: "#fff", color: "#00B3CC",
textColor: "#00B3CC", textColor: "#fff",
...this.activeOption?.active ...this.activeOption?.active
}, },
unActive: { unActive: {
text: "停用", text: "停用",
color: "#00B3CC", color: "#fff",
textColor: "#fff", textColor: "#00B3CC",
...this.activeOption?.unActive ...this.activeOption?.unActive
} }
} }

Loading…
Cancel
Save