skyouc
3 天以前 8ef2c9bf15e8d3b70fcf1cffe98d4f6ff0fc9ed6
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 />}