diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 2d405dff6..15160b02a 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 6e2f281c3..dcc7dacc0 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 6283ecf99..9d2c5c122 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 70cb9c9e3..2f6091a0e 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 6a08935ce..9ab48ee92 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 d427a0d57..5413b8f7d 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 8b721b713..0e3861ef0 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