From de8035a829daff88143b9c4dcdd5eae47d75a96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=AB=E5=9C=B0=E5=83=A7?= <357099073@qq.com> Date: Mon, 15 Jun 2026 23:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=B9=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommonAside.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CommonAside.vue b/src/components/CommonAside.vue index e0b2a70..243d024 100644 --- a/src/components/CommonAside.vue +++ b/src/components/CommonAside.vue @@ -463,7 +463,7 @@ h3 { background-color: rgba(60, 60, 60, 0.8) !important; } color: #ffffff !important; - border-left: 3px solid #4f84ff; + /* border-left: 3px solid #4f84ff; */ margin-left: -3px; .menu-icon { @@ -504,7 +504,7 @@ h3 { .el-menu-item.is-active { background: rgba(219, 148, 148, 0.8) !important; color: var(--el-color-primary-light-3) !important; - border-left-color: var(--el-color-primary); + /* border-left-color: var(--el-color-primary); */ .menu-icon { color: var(--el-color-primary);