From 067153889c4804b9d8fbcc04288e106400793188 Mon Sep 17 00:00:00 2001 From: qcc Date: Thu, 24 Jan 2019 11:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20=E9=A2=9C=E8=89=B2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E7=9A=84=E6=9B=B4=E5=A4=9A=E8=B4=B4=E8=BE=B9?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/bundle.ie.js | 1 + dist/bundle.js | 1 + dist/case.js | 1 + dist/demo.js | 25 +-------------------- dist/fineui.ie.js | 1 + dist/fineui.js | 1 + src/case/colorchooser/colorchooser.popup.js | 1 + 7 files changed, 7 insertions(+), 24 deletions(-) diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 2d405dff6f..15160b02a5 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -51660,6 +51660,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel diff --git a/dist/bundle.js b/dist/bundle.js index 6e2f281c30..dcc7dacc08 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -52064,6 +52064,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel diff --git a/dist/case.js b/dist/case.js index 6283ecf99d..9d2c5c1228 100644 --- a/dist/case.js +++ b/dist/case.js @@ -2422,6 +2422,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel diff --git a/dist/demo.js b/dist/demo.js index 70cb9c9e32..2f6091a0e2 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -6158,30 +6158,7 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, { }; } }); -BI.shortcut("demo.htape", Demo.HtapeLayout);Demo.InlineVerticalLayout = BI.inherit(BI.Widget, { - props: { - baseCls: "demo-absolute" - }, - render: function () { - return { - type: "bi.inline_vertical_adapt", - items: [{ - type: "bi.label", - text: "绝对布局", - cls: "layout-bg1", - width: 300, - height: 200 - }, { - type: "bi.label", - text: "绝对布局", - cls: "layout-bg1", - width: 300, - height: 100 - }] - }; - } -}); -BI.shortcut("demo.inline_vertical", Demo.InlineVerticalLayout);/** +BI.shortcut("demo.htape", Demo.HtapeLayout);/** * Created by User on 2017/3/22. */ Demo.LeftRightVerticalAdaptLayout = BI.inherit(BI.Widget, { diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 6a08935ce7..9ab48ee925 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -51905,6 +51905,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel diff --git a/dist/fineui.js b/dist/fineui.js index d427a0d572..5413b8f7da 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -52309,6 +52309,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel diff --git a/src/case/colorchooser/colorchooser.popup.js b/src/case/colorchooser/colorchooser.popup.js index 8b721b7134..0e3861ef05 100644 --- a/src/case/colorchooser/colorchooser.popup.js +++ b/src/case/colorchooser/colorchooser.popup.js @@ -104,6 +104,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { cls: "color-chooser-popup-more bi-list-item", textAlign: "center", height: 24, + textLgap: 10, text: BI.i18nText("BI-Basic_More") + "..." }, popup: panel