From 0d9ea2d6a84297139e7bfca3424e5b25999d1a4e Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 24 九月 2021 18:38:27 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus --- src/pages/vindicate/views/updateSettings.vue | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/pages/vindicate/views/updateSettings.vue b/src/pages/vindicate/views/updateSettings.vue index 7c73428..263af29 100644 --- a/src/pages/vindicate/views/updateSettings.vue +++ b/src/pages/vindicate/views/updateSettings.vue @@ -181,8 +181,8 @@ ], pkgID: "", tabList: [ - { name: "绯荤粺鏇存柊", icon: "\ue6f2" }, - { name: "鏇存柊璁剧疆", icon: "\ue6db" }, + { name: "绯荤粺鏇存柊", icon: "\ue735" }, + { name: "鏇存柊璁剧疆", icon: "\ue733" }, ], }; }, @@ -352,7 +352,7 @@ justify-content: space-between; .con { .iconfont { - width: 26px; + width: 32px; height: 26px; margin-right: 10px; color: #333; @@ -363,13 +363,23 @@ } } } - .menu-item-active { - color: #fff; - background-color: #4E94FF; + .menu-item-active { + background-color: var(--colorCard); + .iconfont { + color: #fff !important; + } + .menu-text { + color: #fff; + } } - .menu-item:hover { - color: #fff; - background-color: #4E94FF; + .menu-item:hover { + background-color: var(--colorCard); + .iconfont { + color: #fff; + } + .menu-text { + color: #fff; + } } } .cluster-right { -- Gitblit v1.8.0