From b8b7dc52054d8ef11657c200bd5cf11c01a2ae51 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 7 Feb 2018 15:32:35 +0800 Subject: [PATCH] update --- dist/demo.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/demo.js b/dist/demo.js index 8515a8f7c..5bbcc34b2 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -1936,9 +1936,11 @@ Demo.IconTextValueCombo = BI.inherit(BI.Widget, { text: "默认值", value: 1, width: 300, + iconHeight: 16, + iconWidth: 16, items: [{ text: "MVC-1", - iconCls: "close-font", + iconCls: "check-box-icon", value: 1 }, { text: "MVC-2",