zc
6 天以前 2e30e14b59e2acbd6fe8da3ca05854fd88864171
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 />}