From 9237219655adb07a83e9fac9825c0c47a7300160 Mon Sep 17 00:00:00 2001 From: zsmj Date: Fri, 21 Oct 2022 14:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20=E5=A4=8D=E9=80=89=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A0=91=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/multiselecttree/multiselecttree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget/multiselecttree/multiselecttree.js b/src/widget/multiselecttree/multiselecttree.js index d48d562bf..959c6593b 100644 --- a/src/widget/multiselecttree/multiselecttree.js +++ b/src/widget/multiselecttree/multiselecttree.js @@ -100,11 +100,11 @@ BI.MultiSelectTree = BI.inherit(BI.Single, { }); BI.createWidget({ - type: "bi.vtape", + type: "bi.vertical_fill", element: this, items: [{ el: this.searcher, - height: this._constant.EDITOR_HEIGHT + height: "" }, { el: this.adapter, height: "fill"