Browse Source

BI-27732 && BI-24689

es6
windy 6 years ago
parent
commit
abb8516c15
  1. 2
      src/case/colorchooser/colorpicker/editor.colorpicker.js
  2. 2
      src/case/colorchooser/colorpicker/editor.colorpicker.simple.js
  3. 2
      src/widget/multiselect/search/multiselect.search.insert.pane.js
  4. 1
      src/widget/multiselectlist/multiselectlist.insert.js

2
src/case/colorchooser/colorpicker/editor.colorpicker.js

@ -21,7 +21,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
this.storeValue = {};
this.colorShow = BI.createWidget({
type: "bi.layout",
cls: "color-picker-editor-display bi-card",
cls: "color-picker-editor-display bi-card bi-border",
height: 16,
width: 16
});

2
src/case/colorchooser/colorpicker/editor.colorpicker.simple.js

@ -20,7 +20,7 @@ BI.SimpleColorPickerEditor = BI.inherit(BI.Widget, {
var self = this, o = this.options;
this.colorShow = BI.createWidget({
type: "bi.layout",
cls: "color-picker-editor-display bi-card",
cls: "color-picker-editor-display bi-card bi-border",
height: 16,
width: 16
});

2
src/widget/multiselect/search/multiselect.search.insert.pane.js

@ -35,7 +35,7 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, {
});
this.addNotMatchTip = BI.createWidget({
type: "bi.label",
type: "bi.text_button",
invisible: true,
text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""),
height: this.constants.height,

1
src/widget/multiselectlist/multiselectlist.insert.js

@ -118,6 +118,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, {
self.fireEvent(BI.MultiSelectInsertList.EVENT_CHANGE);
});
}
self._showAdapter();
}
}, {
eventName: BI.Searcher.EVENT_SEARCHING,

Loading…
Cancel
Save