Browse Source

无JIRA任务 少改了

es6
windy 6 years ago
parent
commit
9e4ebabc71
  1. 1
      dist/base.js
  2. 1
      dist/bundle.ie.js
  3. 8
      dist/bundle.ie.min.js
  4. 1
      dist/bundle.js
  5. 46
      dist/bundle.min.js
  6. 1
      dist/fineui.ie.js
  7. 8
      dist/fineui.ie.min.js
  8. 1
      dist/fineui.js
  9. 46
      dist/fineui.min.js
  10. 1
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 1
      src/base/single/label/label.js

1
dist/base.js vendored

@ -10887,6 +10887,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

1
dist/bundle.ie.js vendored

@ -45983,6 +45983,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

8
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -46387,6 +46387,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

46
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.ie.js vendored

@ -46228,6 +46228,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

8
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -46632,6 +46632,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

46
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui_without_jquery_polyfill.js vendored

@ -33614,6 +33614,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/base/single/label/label.js

@ -108,6 +108,7 @@ BI.Label = BI.inherit(BI.Single, {
this.element.css({
"line-height": o.height + "px"
});
json.textAlign = o.textAlign;
BI.createWidget({
type: "bi.absolute",
scrollable: o.whiteSpace === "normal",

Loading…
Cancel
Save