From acd046395a897df878986701f011ad939b23fbad Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 26 Apr 2024 10:53:56 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2083940]=20=E8=8F=9C=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/SideMenu.vue | 2 +- src/components/page/GlobalLayout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/menu/SideMenu.vue b/src/components/menu/SideMenu.vue index 903c721..f0ad6d0 100644 --- a/src/components/menu/SideMenu.vue +++ b/src/components/menu/SideMenu.vue @@ -203,7 +203,7 @@ export default { background: none; li ,a{ - color:hsla(0, 0%, 100%, 0.8)!important; + color:hsla(0, 0%, 100%, 0.8); } } diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index 6c5bd28..5f880d9 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -762,7 +762,7 @@ export default { font-family: Alimama ShuHeiTi, Alimama ShuHeiTi, sans-serif; font-weight: bold; font-size: 16px; - color: @primary-color; + color: @primary-color !important; line-height: 24px; text-align: center; }