From 46f860ca4a3f7d405040b1466cf1c9bcd6da709a Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期四, 23 九月 2021 10:54:28 +0800 Subject: [PATCH] 系统维护样式更新 v1 --- src/pages/vindicate/views/updateSettings.vue | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/pages/vindicate/views/updateSettings.vue b/src/pages/vindicate/views/updateSettings.vue index 7c73428..73b3fe4 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; + .menu-item-active { background-color: #4E94FF; + .iconfont { + color: #fff !important; + } + .menu-text { + color: #fff; + } } - .menu-item:hover { - color: #fff; + .menu-item:hover { background-color: #4E94FF; + .iconfont { + color: #fff; + } + .menu-text { + color: #fff; + } } } .cluster-right { -- Gitblit v1.8.0