Browse Source

Merge pull request #237 in ~GUY/fineui from ~WINDY/fineui:BI4.1 to BI4.1

* commit '18378ec93273a11ff79daf68f8da64c2f71eac69':
  边距设置
es6
windy 7 years ago
parent
commit
b1bbcb4c24
  1. 2
      bi/case.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/case.js
  5. 2
      src/case/floatbox/floatboxsection.bar.js

2
bi/case.js

@ -7555,7 +7555,7 @@ BI.BarPopoverSection = BI.inherit(BI.PopoverSection, {
BI.createWidget({
type: 'bi.right_vertical_adapt',
element: south,
hgap: 5,
lgap: 10,
items: [this.cancel, this.sure]
});
},

2
dist/bundle.js vendored

@ -68980,7 +68980,7 @@ BI.BarPopoverSection = BI.inherit(BI.PopoverSection, {
BI.createWidget({
type: 'bi.right_vertical_adapt',
element: south,
hgap: 5,
lgap: 10,
items: [this.cancel, this.sure]
});
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -7555,7 +7555,7 @@ BI.BarPopoverSection = BI.inherit(BI.PopoverSection, {
BI.createWidget({
type: 'bi.right_vertical_adapt',
element: south,
hgap: 5,
lgap: 10,
items: [this.cancel, this.sure]
});
},

2
src/case/floatbox/floatboxsection.bar.js

@ -41,7 +41,7 @@ BI.BarPopoverSection = BI.inherit(BI.PopoverSection, {
BI.createWidget({
type: 'bi.right_vertical_adapt',
element: south,
hgap: 5,
lgap: 10,
items: [this.cancel, this.sure]
});
},

Loading…
Cancel
Save