From f73dad756121e3e12df88adeed0132342ddf115e Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期五, 29 八月 2025 15:45:00 +0800
Subject: [PATCH] 跑酷

---
 rsf-admin/src/page/system/dept/DeptList.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/system/dept/DeptList.jsx b/rsf-admin/src/page/system/dept/DeptList.jsx
index 253d92f..ebd19c7 100644
--- a/rsf-admin/src/page/system/dept/DeptList.jsx
+++ b/rsf-admin/src/page/system/dept/DeptList.jsx
@@ -107,7 +107,7 @@
                     {row.children && (
                         <IconButton
                             aria-label="expand row"
-                            size="small"
+                            size='small'
                             onClick={() => toggleNode(row.id)}
                         >
                             {isOpen ? <KeyboardArrowDownIcon /> : <KeyboardArrowRightIcon />}

--
Gitblit v1.9.1