From 770034626d5eafd164f23386295ca77e67179409 Mon Sep 17 00:00:00 2001 From: jiangxucong Date: Thu, 16 Oct 2025 13:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95=E6=A0=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GlobalComponent/breadcrumb.less | 12 +++++----- .../nav_system_content/SystemContentList.js | 22 +++++++++---------- .../nav_system_content/SystemContentList.less | 6 ++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/GlobalComponent/breadcrumb.less b/src/components/GlobalComponent/breadcrumb.less index 5695a96..5f90736 100644 --- a/src/components/GlobalComponent/breadcrumb.less +++ b/src/components/GlobalComponent/breadcrumb.less @@ -84,9 +84,9 @@ // 悬停效果 &:hover { - border-color: #0056FF; + // border-color: #0056FF; // transform: translateY(-1px); - box-shadow: 0 4px 8px rgba(0, 86, 255, 0.1); + // box-shadow: 0 4px 8px rgba(0, 86, 255, 0.1); } } @@ -96,14 +96,14 @@ // border-color: #0056FF; .ant-breadcrumb-link { - color: #0056FF !important; + color: #333333 !important; font-weight: 500; } } // 面包屑文本选中状态样式 - 对应第252行代码中的条件样式 .breadcrumb-item-text-active { - color: #0056FF !important; + color: #333333 !important; font-weight: 500; } @@ -156,9 +156,9 @@ } .ant-breadcrumb-link:hover { - color: #0056FF !important; + // color: #0056FF !important; } .ant-breadcrumb-item-active .ant-breadcrumb-link { - color: #0056FF !important; + // color: #0056FF !important; } \ No newline at end of file diff --git a/src/pages/nav_system_content/SystemContentList.js b/src/pages/nav_system_content/SystemContentList.js index 159d48c..cf988cc 100644 --- a/src/pages/nav_system_content/SystemContentList.js +++ b/src/pages/nav_system_content/SystemContentList.js @@ -223,9 +223,9 @@ const SystemContentList = (props) => { style={{ width: 192, height: 42, - borderColor: '#3D81FF', - backgroundColor: '#003AA7', - borderRadius: 0, + borderColor: '#fff', + backgroundColor: 'rgba(88, 88, 88, 0.34)', + borderRadius: 8, color: '#fff', fontSize: 22, fontWeight: 600 @@ -235,8 +235,8 @@ const SystemContentList = (props) => { { value: '环保管理系统', label: '环保管理系统' } ]} dropdownStyle={{ - backgroundColor: '#003AA7', - borderColor: '#3D81FF' + backgroundColor: 'rgba(88, 88, 88, 0.54)', + borderColor: 'rgba(45, 45, 45, 0.22)' }} popupClassName="custom-select-dropdown" className="custom-select" @@ -246,9 +246,9 @@ const SystemContentList = (props) => {