Browse Source

editor高度改成24之后部分地方不适配

es6
windy 7 years ago
parent
commit
ef508c681e
  1. 2
      bi/widget.js
  2. 2
      demo/js/core/layout/demo.htape.js
  3. 2
      dist/bundle.js
  4. 2
      dist/bundle.min.js
  5. 2
      dist/demo.js
  6. 2
      dist/widget.js
  7. 2
      src/widget/multiselectlist/multiselectlist.insert.js

2
bi/widget.js

@ -11659,7 +11659,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
demo/js/core/layout/demo.htape.js

@ -19,7 +19,7 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, {
}, {
width: 200,
el : {
type : 'bi.label',
type : 'bi.multi_select_insert_list',
text : '2',
cls: "layout-bg2"
}

2
dist/bundle.js vendored

@ -86705,7 +86705,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js vendored

@ -7734,7 +7734,7 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, {
}, {
width: 200,
el : {
type : 'bi.label',
type : 'bi.multi_select_insert_list',
text : '2',
cls: "layout-bg2"
}

2
dist/widget.js vendored

@ -11659,7 +11659,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

2
src/widget/multiselectlist/multiselectlist.insert.js

@ -154,7 +154,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 30
height: 24
}, {
el: this.adapter,
height: "fill"

Loading…
Cancel
Save