From b2ca0d86f27cba67f85bb10cf60274ae537a98c2 Mon Sep 17 00:00:00 2001 From: Stev_Wang <304865932@qq.com> Date: Sat, 3 Jan 2026 21:07:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=8C=20=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/theme/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/theme/index.ts b/frontend/src/theme/index.ts index ad51e0d..64cc9fb 100644 --- a/frontend/src/theme/index.ts +++ b/frontend/src/theme/index.ts @@ -35,9 +35,6 @@ export const lightTheme: ThemeConfig = { itemColor: 'rgba(0, 0, 0, 0.65)', // 菜单项文字颜色(亮色) itemSelectedColor: '#1890ff', // 菜单激活文字颜色(亮色) itemHoverColor: '#1890ff', // 菜单悬停文字颜色(亮色) - itemSelectedStyle: { - boxShadow: 'none', // 去除菜单激活项的阴影 - }, }, }, };