Browse Source

树面板弹窗距搜索栏多了6px,会导致面板有段小空白

es6
Zhenfei.Li 6 years ago
parent
commit
35313d347b
  1. 2
      dist/bundle.ie.js
  2. 4
      dist/bundle.ie.min.js
  3. 2
      dist/bundle.js
  4. 4
      dist/bundle.min.js
  5. 25
      dist/demo.js
  6. 2
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 2
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 2
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 2
      dist/widget.js
  13. 2
      src/widget/multiselecttree/multiselecttree.js

2
dist/bundle.ie.js vendored

@ -71690,7 +71690,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -72094,7 +72094,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

25
dist/demo.js vendored

@ -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, {

2
dist/fineui.ie.js vendored

@ -71935,7 +71935,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -72339,7 +72339,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -55150,7 +55150,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.js vendored

@ -12631,7 +12631,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

2
src/widget/multiselecttree/multiselecttree.js

@ -106,7 +106,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 30,
top: 24,
bottom: 0,
left: 0,
right: 0

Loading…
Cancel
Save