fix: 「树组件」浮层模式,默认没有开启可清除,实际效果可以清除选项,重新配置后生效

This commit is contained in:
zhouqiqi01 2023-12-07 16:09:02 +08:00
parent 8dfcdf090c
commit 1b25d3174b
2 changed files with 2 additions and 0 deletions

View File

@ -467,6 +467,7 @@ export class TreeControlPlugin extends BasePlugin {
justify: true,
left: 8
},
value: false,
inputClassName: 'is-inline ',
visibleOn: 'data.type === "tree-select"'
}),

View File

@ -377,6 +377,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
justify: true,
left: 8
},
value: false,
inputClassName: 'is-inline ',
visibleOn: 'data.type === "tree-select"'
}),