From 2a1ba58bba5be896203d3516c5487e4f5bf4bd5d Mon Sep 17 00:00:00 2001 From: fay Date: Sat, 23 Jun 2018 10:36:12 +0800 Subject: [PATCH] update --- src/widget/downlist/popup.downlist.js | 2 +- src/widget/multilayerdownlist/popup.downlist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget/downlist/popup.downlist.js b/src/widget/downlist/popup.downlist.js index 4a3f4f66c..ce12845fa 100644 --- a/src/widget/downlist/popup.downlist.js +++ b/src/widget/downlist/popup.downlist.js @@ -97,7 +97,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, { item.el.height = self.constants.height; item.el.iconCls2 = self.constants.nextIcon; item.popup = { - lgap: 4, + lgap: 2, el: { type: "bi.button_tree", chooseType: 0, diff --git a/src/widget/multilayerdownlist/popup.downlist.js b/src/widget/multilayerdownlist/popup.downlist.js index e50711a02..13dc9918d 100644 --- a/src/widget/multilayerdownlist/popup.downlist.js +++ b/src/widget/multilayerdownlist/popup.downlist.js @@ -97,7 +97,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, { item.el.height = self.constants.height; item.el.iconCls2 = self.constants.nextIcon; item.popup = { - lgap: 4, + lgap: 2, el: { type: "bi.button_tree", chooseType: 0,