Browse Source

update

master
fay 7 years ago
parent
commit
2a1ba58bba
  1. 2
      src/widget/downlist/popup.downlist.js
  2. 2
      src/widget/multilayerdownlist/popup.downlist.js

2
src/widget/downlist/popup.downlist.js

@ -97,7 +97,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height; item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon; item.el.iconCls2 = self.constants.nextIcon;
item.popup = { item.popup = {
lgap: 4, lgap: 2,
el: { el: {
type: "bi.button_tree", type: "bi.button_tree",
chooseType: 0, chooseType: 0,

2
src/widget/multilayerdownlist/popup.downlist.js

@ -97,7 +97,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
item.el.height = self.constants.height; item.el.height = self.constants.height;
item.el.iconCls2 = self.constants.nextIcon; item.el.iconCls2 = self.constants.nextIcon;
item.popup = { item.popup = {
lgap: 4, lgap: 2,
el: { el: {
type: "bi.button_tree", type: "bi.button_tree",
chooseType: 0, chooseType: 0,

Loading…
Cancel
Save