mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:19:32 +08:00
tree组件初步优化
This commit is contained in:
@@ -120,6 +120,7 @@ export const TreeCategory = (props: PropInterface) => {
|
||||
selectedKeys={selectKey}
|
||||
onExpand={onExpand}
|
||||
treeData={treeData}
|
||||
switcherIcon={<i className="iconfont icon-icon-fold c-gray" />}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -94,6 +94,7 @@ export const TreeDepartment = (props: PropInterface) => {
|
||||
onSelect={onSelect}
|
||||
onExpand={onExpand}
|
||||
treeData={treeData}
|
||||
switcherIcon={<i className="iconfont icon-icon-fold c-gray" />}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user