Browse Source

无JIRA任务 shelter的gap

es6
windy 6 years ago
parent
commit
c610a4bf3c
  1. 2
      dist/bundle.js
  2. 2
      dist/bundle.min.js
  3. 2
      dist/case.js
  4. 2
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 2
      dist/fineui_without_jquery_polyfill.js
  7. 2
      src/case/editor/editor.shelter.js

2
dist/bundle.js vendored

@ -54387,7 +54387,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: o.textAlign,
height: o.height,
hgap: 4
hgap: o.hgap
});
BI.createWidget({
type: "bi.absolute",

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -5803,7 +5803,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: o.textAlign,
height: o.height,
hgap: 4
hgap: o.hgap
});
BI.createWidget({
type: "bi.absolute",

2
dist/fineui.js vendored

@ -54626,7 +54626,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: o.textAlign,
height: o.height,
hgap: 4
hgap: o.hgap
});
BI.createWidget({
type: "bi.absolute",

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -38284,7 +38284,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: o.textAlign,
height: o.height,
hgap: 4
hgap: o.hgap
});
BI.createWidget({
type: "bi.absolute",

2
src/case/editor/editor.shelter.js

@ -52,7 +52,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: o.textAlign,
height: o.height,
hgap: 4
hgap: o.hgap
});
BI.createWidget({
type: "bi.absolute",

Loading…
Cancel
Save