Browse Source

无jira任务 删除树组件iconWrapperWidth属性

es6
张敬峥 2 years ago
parent
commit
511ebb73ab
  1. 1
      src/case/button/node/node.plus.js
  2. 1
      src/widget/selecttree/nodes/node.plus.js

1
src/case/button/node/node.plus.js

@ -14,7 +14,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
},
id: "",
pId: "",
iconWrapperWidth: null,
open: false,
height: 24
});

1
src/widget/selecttree/nodes/node.plus.js

@ -14,7 +14,6 @@ BI.SelectTreePlusGroupNode = BI.inherit(BI.NodeButton, {
},
id: "",
pId: "",
iconWrapperWidth: null,
readonly: true,
open: false,
height: 24

Loading…
Cancel
Save