From a7d5159d6f95bffe16a32748790dbe798f144ca6 Mon Sep 17 00:00:00 2001 From: "Oliver.Ke" Date: Thu, 21 Oct 2021 11:34:06 +0800 Subject: [PATCH] =?UTF-8?q?BI-91705=20fix:=20MultiLayerDownListPopup?= =?UTF-8?q?=E9=99=90=E5=88=B6=E4=B8=8B=E9=AB=98=E5=BA=A6=EF=BC=8C=E4=B8=8E?= =?UTF-8?q?DownListPopup=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/multilayerdownlist/popup.downlist.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/widget/multilayerdownlist/popup.downlist.js b/src/widget/multilayerdownlist/popup.downlist.js index 7fb5c1d16..0f66afcc7 100644 --- a/src/widget/multilayerdownlist/popup.downlist.js +++ b/src/widget/multilayerdownlist/popup.downlist.js @@ -107,7 +107,8 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, { }] }, - innerVGap: 5 + innerVGap: 5, + maxHeight: 378, }; self._createChildren(item); } else { @@ -319,4 +320,4 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, { BI.MultiLayerDownListPopup.EVENT_CHANGE = "EVENT_CHANGE"; BI.MultiLayerDownListPopup.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; -BI.shortcut("bi.multi_layer_down_list_popup", BI.MultiLayerDownListPopup); \ No newline at end of file +BI.shortcut("bi.multi_layer_down_list_popup", BI.MultiLayerDownListPopup);