Browse Source

无JIRA任务 baseCls 和 less 文件中定义的类名不一致

es6
dailer 6 years ago
parent
commit
5b227e9b99
  1. 2
      dist/2.0/fineui.ie.js
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 2
      dist/2.0/fineui.js
  4. 4
      dist/2.0/fineui.min.js
  5. 2
      dist/bundle.ie.js
  6. 4
      dist/bundle.ie.min.js
  7. 2
      dist/bundle.js
  8. 4
      dist/bundle.min.js
  9. 2
      dist/core.js
  10. 2
      dist/fineui.ie.js
  11. 4
      dist/fineui.ie.min.js
  12. 2
      dist/fineui.js
  13. 4
      dist/fineui.min.js
  14. 2
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 2
      src/core/wrapper/layout/flex/wrapper/flex.wrapper.center.js

2
dist/2.0/fineui.ie.js vendored

@ -31628,7 +31628,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

4
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.js vendored

@ -31628,7 +31628,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.ie.js vendored

@ -31628,7 +31628,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -31628,7 +31628,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -31628,7 +31628,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

2
dist/fineui.ie.js vendored

@ -31873,7 +31873,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -31873,7 +31873,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

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

@ -20518,7 +20518,7 @@ BI.shortcut("bi.flex_vertical", BI.FlexVerticalLayout);/**
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/core/wrapper/layout/flex/wrapper/flex.wrapper.center.js

@ -8,7 +8,7 @@
BI.FlexWrapperCenterLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.FlexWrapperCenterLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-flex-scrollable-center-layout clearfix",
baseCls: "bi-flex-scrollable-center-adapt-layout clearfix",
scrollable: true
});
},

Loading…
Cancel
Save