feat: 用户管理样式调整

This commit is contained in:
xuziqiang
2024-06-25 14:52:13 +08:00
parent 15fce86265
commit d654588e65
8 changed files with 597 additions and 521 deletions

View File

@@ -38,6 +38,7 @@ export const treeProps = {
blockNode: PropTypes.bool.def(true),
defaultExpandAll: PropTypes.bool.def(true),
resultField: PropTypes.string.def('data'),
header: PropTypes.object,
transform: {
type: Function,
default: (data: any) => data,