|
|
|
@ -9,9 +9,6 @@ BI.BasicTreeItem = BI.inherit(BI.NodeButton, {
|
|
|
|
|
readonly: true, |
|
|
|
|
isFirstNode: false, |
|
|
|
|
isLastNode: false, |
|
|
|
|
switcherIcon: {}, |
|
|
|
|
selectable: true, |
|
|
|
|
disabled: false, // disabled不会影响展开收起功能
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -25,7 +22,6 @@ BI.BasicTreeItem = BI.inherit(BI.NodeButton, {
|
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.layout", |
|
|
|
|
width: 24, |
|
|
|
|
height: o.height, |
|
|
|
|
width: o.height, |
|
|
|
|
cls: this.getLineCls(), |
|
|
|
|