skyouc
2025-08-21 30c34b32416f96520624d766075d2f820d420e04
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 />}