From 577e157571efd8f39918054725432cdad2671c48 Mon Sep 17 00:00:00 2001 From: qcc Date: Wed, 5 Dec 2018 17:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8D=95=E9=A2=9C=E8=89=B2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E7=9A=84=E5=AE=BD=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/colorchooser/colorchooser.simple.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/case/colorchooser/colorchooser.simple.js b/src/case/colorchooser/colorchooser.simple.js index 2753b2e3c..2f68ffcd3 100644 --- a/src/case/colorchooser/colorchooser.simple.js +++ b/src/case/colorchooser/colorchooser.simple.js @@ -23,6 +23,8 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, { element: this, container: o.container, value: o.value, + width: o.width, + height: o.height, popup: { type: "bi.simple_color_chooser_popup" }