From b843eda26f79d98a2cb6d69a366d5b6c6e23e45b Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 14 Dec 2024 11:20:45 +0800 Subject: [PATCH] style: update --- src/style/sidebar.scss | 8 +++----- src/views/account-settings/index.vue | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 1feb7fc28e..c422513b33 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -1,7 +1,5 @@ /* $sideBarWidth: vertical 模式下主体内容距离网页文档左侧的距离 */ @mixin merge-style($sideBarWidth) { - $menuActiveText: #7a80b4; - @media screen and (width >= 150px) and (width <= 420px) { .app-main-nofixed-header { overflow-y: hidden; @@ -94,7 +92,7 @@ height: 100%; overflow: visible; font-size: 0; - background: var(--pure-theme-menu-bg); + background: var(--pure-theme-menu-bg) !important; border-right: 1px solid var(--pure-border-color); /* 展开动画 */ @@ -415,7 +413,7 @@ justify-content: space-around; width: 100%; height: 48px; - background: var(--pure-theme-menu-bg); + background: var(--pure-theme-menu-bg) !important; .horizontal-header-left { display: flex; @@ -533,7 +531,7 @@ .el-sub-menu__title { height: 48px; line-height: 48px; - background: var(--pure-theme-menu-bg); + background: var(--pure-theme-menu-bg) !important; svg { position: static !important; diff --git a/src/views/account-settings/index.vue b/src/views/account-settings/index.vue index e2c90f4ed7..7764e7863d 100644 --- a/src/views/account-settings/index.vue +++ b/src/views/account-settings/index.vue @@ -131,7 +131,7 @@ getMine().then(res => {