From b6a314cc7d070ed83b51ec531117ed62b850d1a3 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 4 Jul 2018 16:08:38 +0800 Subject: [PATCH] update --- dist/bundle.js | 82 +++++++++---------- dist/case.js | 16 ++-- dist/fineui.js | 82 +++++++++---------- dist/widget.js | 66 +++++++-------- src/case/checkbox/check.first.treenode.js | 4 +- src/case/checkbox/check.last.treenode.js | 4 +- src/case/checkbox/check.mid.treenode.js | 4 +- src/case/checkbox/check.treenode.js | 4 +- .../node/node.first.plus.js | 6 +- .../node/node.last.plus.js | 6 +- .../node/node.mid.plus.js | 6 +- .../node/node.first.plus.js | 6 +- .../node/node.last.plus.js | 6 +- .../node/node.mid.plus.js | 6 +- .../treeitem/item.first.treeleaf.js | 6 +- .../treeitem/item.last.treeleaf.js | 6 +- .../treeitem/item.mid.treeleaf.js | 6 +- .../selecttree/nodes/node.first.plus.js | 4 +- src/widget/selecttree/nodes/node.last.plus.js | 4 +- src/widget/selecttree/nodes/node.mid.plus.js | 4 +- 20 files changed, 164 insertions(+), 164 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index 93fb125ee..75589a6ac 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -74591,8 +74591,8 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.FirstTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type2", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74617,8 +74617,8 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.LastTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type4", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74643,8 +74643,8 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.MidTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type3", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74669,8 +74669,8 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.TreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type1", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -95601,7 +95601,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -95633,7 +95633,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -95641,7 +95641,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -95695,7 +95695,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -95727,7 +95727,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -95735,7 +95735,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -95785,7 +95785,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -95817,7 +95817,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -95825,7 +95825,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96162,7 +96162,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96196,7 +96196,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96204,7 +96204,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96246,7 +96246,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96280,7 +96280,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96288,7 +96288,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96330,7 +96330,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96364,7 +96364,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96372,7 +96372,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96414,7 +96414,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96447,7 +96447,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96455,7 +96455,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96503,7 +96503,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96536,7 +96536,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96544,7 +96544,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96592,7 +96592,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96625,7 +96625,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96633,7 +96633,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -104826,7 +104826,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -104858,7 +104858,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -104910,7 +104910,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -104942,7 +104942,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -104994,7 +104994,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -105026,7 +105026,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ diff --git a/dist/case.js b/dist/case.js index c7f21ab4c..4f0941b3b 100644 --- a/dist/case.js +++ b/dist/case.js @@ -2090,8 +2090,8 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.FirstTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type2", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -2116,8 +2116,8 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.LastTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type4", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -2142,8 +2142,8 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.MidTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type3", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -2168,8 +2168,8 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.TreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type1", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { diff --git a/dist/fineui.js b/dist/fineui.js index ea3de0f3b..ce7ab807c 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -74840,8 +74840,8 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.FirstTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type2", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74866,8 +74866,8 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.LastTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type4", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74892,8 +74892,8 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.MidTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type3", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -74918,8 +74918,8 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.TreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type1", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { @@ -95850,7 +95850,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -95882,7 +95882,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -95890,7 +95890,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -95944,7 +95944,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -95976,7 +95976,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -95984,7 +95984,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96034,7 +96034,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96066,7 +96066,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96074,7 +96074,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96411,7 +96411,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96445,7 +96445,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96453,7 +96453,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96495,7 +96495,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96529,7 +96529,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96537,7 +96537,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96579,7 +96579,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -96613,7 +96613,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96621,7 +96621,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96663,7 +96663,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96696,7 +96696,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96704,7 +96704,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96752,7 +96752,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96785,7 +96785,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96793,7 +96793,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -96841,7 +96841,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -96874,7 +96874,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -96882,7 +96882,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -105075,7 +105075,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -105107,7 +105107,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -105159,7 +105159,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -105191,7 +105191,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -105243,7 +105243,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -105275,7 +105275,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ diff --git a/dist/widget.js b/dist/widget.js index ecc34843f..40a6bb099 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -7911,7 +7911,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -7943,7 +7943,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -7951,7 +7951,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8005,7 +8005,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -8037,7 +8037,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8045,7 +8045,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8095,7 +8095,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -8127,7 +8127,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8135,7 +8135,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8472,7 +8472,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -8506,7 +8506,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8514,7 +8514,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8556,7 +8556,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -8590,7 +8590,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8598,7 +8598,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8640,7 +8640,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -8674,7 +8674,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8682,7 +8682,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8724,7 +8724,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -8757,7 +8757,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8765,7 +8765,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8813,7 +8813,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -8846,7 +8846,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8854,7 +8854,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -8902,7 +8902,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -8935,7 +8935,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -8943,7 +8943,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, @@ -17136,7 +17136,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -17168,7 +17168,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -17220,7 +17220,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -17252,7 +17252,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ @@ -17304,7 +17304,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -17336,7 +17336,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ diff --git a/src/case/checkbox/check.first.treenode.js b/src/case/checkbox/check.first.treenode.js index f163a34ea..19b3e75e4 100644 --- a/src/case/checkbox/check.first.treenode.js +++ b/src/case/checkbox/check.first.treenode.js @@ -7,8 +7,8 @@ BI.FirstTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.FirstTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type2", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { diff --git a/src/case/checkbox/check.last.treenode.js b/src/case/checkbox/check.last.treenode.js index 2e14ba3f0..c4f996960 100644 --- a/src/case/checkbox/check.last.treenode.js +++ b/src/case/checkbox/check.last.treenode.js @@ -7,8 +7,8 @@ BI.LastTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.LastTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type4", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { diff --git a/src/case/checkbox/check.mid.treenode.js b/src/case/checkbox/check.mid.treenode.js index 9084bd898..79a1a3e97 100644 --- a/src/case/checkbox/check.mid.treenode.js +++ b/src/case/checkbox/check.mid.treenode.js @@ -7,8 +7,8 @@ BI.MidTreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.MidTreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type3", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { diff --git a/src/case/checkbox/check.treenode.js b/src/case/checkbox/check.treenode.js index ccdee31b0..4f9088c4b 100644 --- a/src/case/checkbox/check.treenode.js +++ b/src/case/checkbox/check.treenode.js @@ -7,8 +7,8 @@ BI.TreeNodeCheckbox = BI.inherit(BI.IconButton, { _defaultConfig: function () { return BI.extend( BI.TreeNodeCheckbox.superclass._defaultConfig.apply(this, arguments), { extraCls: "tree-collapse-icon-type1", - iconWidth: 25, - iconHeight: 25 + iconWidth: 24, + iconHeight: 24 }); }, _init: function () { diff --git a/src/widget/multilayerselecttree/node/node.first.plus.js b/src/widget/multilayerselecttree/node/node.first.plus.js index 858f69919..43c35b861 100644 --- a/src/widget/multilayerselecttree/node/node.first.plus.js +++ b/src/widget/multilayerselecttree/node/node.first.plus.js @@ -15,7 +15,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayerselecttree/node/node.last.plus.js b/src/widget/multilayerselecttree/node/node.last.plus.js index 92909603d..0e7fff0d0 100644 --- a/src/widget/multilayerselecttree/node/node.last.plus.js +++ b/src/widget/multilayerselecttree/node/node.last.plus.js @@ -15,7 +15,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayerselecttree/node/node.mid.plus.js b/src/widget/multilayerselecttree/node/node.mid.plus.js index 9d16a7692..ddd922804 100644 --- a/src/widget/multilayerselecttree/node/node.mid.plus.js +++ b/src/widget/multilayerselecttree/node/node.mid.plus.js @@ -15,7 +15,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/node/node.first.plus.js b/src/widget/multilayersingletree/node/node.first.plus.js index 2673dde1b..e81c9a6b0 100644 --- a/src/widget/multilayersingletree/node/node.first.plus.js +++ b/src/widget/multilayersingletree/node/node.first.plus.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -56,7 +56,7 @@ BI.MultiLayerSingleTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/node/node.last.plus.js b/src/widget/multilayersingletree/node/node.last.plus.js index 16a993c69..f6e77743c 100644 --- a/src/widget/multilayersingletree/node/node.last.plus.js +++ b/src/widget/multilayersingletree/node/node.last.plus.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -56,7 +56,7 @@ BI.MultiLayerSingleTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/node/node.mid.plus.js b/src/widget/multilayersingletree/node/node.mid.plus.js index 1a4206f07..f9cdf83ea 100644 --- a/src/widget/multilayersingletree/node/node.mid.plus.js +++ b/src/widget/multilayersingletree/node/node.mid.plus.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { id: "", pId: "", open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -56,7 +56,7 @@ BI.MultiLayerSingleTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/treeitem/item.first.treeleaf.js b/src/widget/multilayersingletree/treeitem/item.first.treeleaf.js index 8c4cfc290..be4d0c2ee 100644 --- a/src/widget/multilayersingletree/treeitem/item.first.treeleaf.js +++ b/src/widget/multilayersingletree/treeitem/item.first.treeleaf.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSingleTreeFirstTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/treeitem/item.last.treeleaf.js b/src/widget/multilayersingletree/treeitem/item.last.treeleaf.js index 1fc6cc419..459dccd75 100644 --- a/src/widget/multilayersingletree/treeitem/item.last.treeleaf.js +++ b/src/widget/multilayersingletree/treeitem/item.last.treeleaf.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSingleTreeLastTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/multilayersingletree/treeitem/item.mid.treeleaf.js b/src/widget/multilayersingletree/treeitem/item.mid.treeleaf.js index 1a095ba8e..56c8f1ab7 100644 --- a/src/widget/multilayersingletree/treeitem/item.mid.treeleaf.js +++ b/src/widget/multilayersingletree/treeitem/item.mid.treeleaf.js @@ -14,7 +14,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { layer: 0, id: "", pId: "", - height: 25 + height: 24 }); }, _init: function () { @@ -47,7 +47,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { items.push({ type: "bi.layout", cls: "base-line-conn-background", - width: 13, + width: 12, height: o.height }); }); @@ -55,7 +55,7 @@ BI.MultiLayerSingleTreeMidTreeLeafItem = BI.inherit(BI.BasicButton, { BI.createWidget({ type: "bi.td", element: this, - columnSize: BI.makeArray(o.layer, 13), + columnSize: BI.makeArray(o.layer, 12), items: [items] }); }, diff --git a/src/widget/selecttree/nodes/node.first.plus.js b/src/widget/selecttree/nodes/node.first.plus.js index 9cc5e3a88..20bf07a07 100644 --- a/src/widget/selecttree/nodes/node.first.plus.js +++ b/src/widget/selecttree/nodes/node.first.plus.js @@ -16,7 +16,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ diff --git a/src/widget/selecttree/nodes/node.last.plus.js b/src/widget/selecttree/nodes/node.last.plus.js index ed3e4f51f..ec41ed6f5 100644 --- a/src/widget/selecttree/nodes/node.last.plus.js +++ b/src/widget/selecttree/nodes/node.last.plus.js @@ -16,7 +16,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({ diff --git a/src/widget/selecttree/nodes/node.mid.plus.js b/src/widget/selecttree/nodes/node.mid.plus.js index 9c0736319..ab4bdfa64 100644 --- a/src/widget/selecttree/nodes/node.mid.plus.js +++ b/src/widget/selecttree/nodes/node.mid.plus.js @@ -16,7 +16,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { pId: "", readonly: true, open: false, - height: 25 + height: 24 }); }, _init: function () { @@ -48,7 +48,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { }); var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { - width: 25, + width: 24, el: this.checkbox }, this.text); BI.createWidget(BI.extend({