From 25f91c2eb2e458ee065e787bd547f8fe0625e918 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 22 七月 2025 08:06:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- rsf-admin/src/layout/MyMenu.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/layout/MyMenu.jsx b/rsf-admin/src/layout/MyMenu.jsx index 370630a..f671891 100644 --- a/rsf-admin/src/layout/MyMenu.jsx +++ b/rsf-admin/src/layout/MyMenu.jsx @@ -58,6 +58,8 @@ const IconComponent = getIconComponent(iconStr); if (IconComponent) { return <IconComponent />; + } else { + return <KeyboardArrowDownIcon /> } }; @@ -89,6 +91,7 @@ primaryText={node.name} leftIcon={getIcon(node.icon)} dense={dense} + // sx={{ '& .RaMenuItemLink-icon': { visibility: 'hidden' } }} /> ); } -- Gitblit v1.9.1