From f82f406238a77d5d0d6f80ee463d0a924f903d9a Mon Sep 17 00:00:00 2001 From: wangyunfei <1224056307@qq,com> Date: Tue, 11 Nov 2025 18:44:00 +0800 Subject: [PATCH] 1 --- src/pages/business_basic/basic.less | 8 +++----- src/pages/topnavbar/TopNavBar.less | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/pages/business_basic/basic.less b/src/pages/business_basic/basic.less index 88a1f21..1d5e7ea 100644 --- a/src/pages/business_basic/basic.less +++ b/src/pages/business_basic/basic.less @@ -4,8 +4,6 @@ overflow: hidden; display: flex; flex-direction: column; - // background-color: pink; - .TopButton { background-color: #FFFFFF; @@ -35,12 +33,12 @@ } &:focus { - color: #2E4CD4 !important; + color: #006665 !important; border: none !important; } &.active { - color: #2E4CD4 !important; + color: #006665 !important; &::after { content: ''; @@ -50,7 +48,7 @@ right: 0; width: 100%; height: 4px; - background-color: #2E4CD4; + background-color: #006665; border-radius: 0; opacity: 1; } diff --git a/src/pages/topnavbar/TopNavBar.less b/src/pages/topnavbar/TopNavBar.less index a0360b6..c77d42b 100644 --- a/src/pages/topnavbar/TopNavBar.less +++ b/src/pages/topnavbar/TopNavBar.less @@ -1,10 +1,9 @@ .layoutContainer { height: 100%; -background-color:#f0f7f7; + background-color: #f0f7f7; // 激活状态样式 - &.active { - } + &.active {} .tabBarHeader { background-color: transparent; @@ -61,7 +60,7 @@ background-color:#f0f7f7; // 覆盖面包屑激活文本样式 :global { - .breadcrumb-item-text-active { + .breadcrumb-item-text-active { color: #006665 !important; font-weight: 500 !important; }