mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-20 07:00:01 +08:00
style: 优化代码生成预览样式
This commit is contained in:
@@ -91,11 +91,7 @@ const getTreeData = async (query: DeptQuery = { ...queryForm }) => {
|
||||
popupVisible: false,
|
||||
switcherIcon: (node: any) => {
|
||||
if (!node.isLeaf) {
|
||||
if (node.expanded) {
|
||||
return <icon-down />
|
||||
} else {
|
||||
return <icon-down />
|
||||
}
|
||||
return <icon-caret-down />
|
||||
}
|
||||
return <icon-idcard />
|
||||
}
|
||||
|
Reference in New Issue
Block a user