skyouc
2025-09-01 00e5ff876f41d914976176f8f124ae6bef3d3b22
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 />}