From 24dac35caa5fbedde28b5282f52126b8750a0eb7 Mon Sep 17 00:00:00 2001 From: zjlnb666 <14659021+zhangjianlong666@user.noreply.gitee.com> Date: Fri, 24 Oct 2025 15:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nav_system_content/SystemContentList.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/nav_system_content/SystemContentList.js b/src/pages/nav_system_content/SystemContentList.js index 81cdbd7..09e81c6 100644 --- a/src/pages/nav_system_content/SystemContentList.js +++ b/src/pages/nav_system_content/SystemContentList.js @@ -261,9 +261,9 @@ const SystemContentList = (props) => { top: 50%; width: 30px; height: 30px; - background: #FDFDFF; - color: #5C5C5C; - border: 1px solid #FFFFFF; + background: #21A3A2; + color: #fff; + border: 1px solid #75F7F580; border-radius: 50%; display: flex; align-items: center; @@ -278,7 +278,7 @@ const SystemContentList = (props) => { } .menuToggleBtn:hover { border: 1px solid #3D81FF; - background: #3D81FF; + background: #009A98; color: white; transform: scale(1.1); }