windy 6 years ago
parent
commit
121317b349
  1. 6
      dist/bundle.ie.js
  2. 10
      dist/bundle.ie.min.js
  3. 6
      dist/bundle.js
  4. 10
      dist/bundle.min.js
  5. 6
      dist/core.js
  6. 6
      dist/fineui.ie.js
  7. 10
      dist/fineui.ie.min.js
  8. 6
      dist/fineui.js
  9. 10
      dist/fineui.min.js
  10. 2
      dist/utils.min.js
  11. 6
      src/core/platform/web/config.js

6
dist/bundle.ie.js vendored

@ -19073,9 +19073,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

10
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -19073,9 +19073,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

10
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/core.js vendored

@ -19073,9 +19073,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

6
dist/fineui.ie.js vendored

@ -19315,9 +19315,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

10
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -19315,9 +19315,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

10
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

6
src/core/platform/web/config.js

@ -37,9 +37,9 @@ BI.prepares.push(function () {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if(!isIE) {
// if(supportFlex) {
// return BI.extend(ob, {type: "bi.flex_horizontal"});
// }
if(supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}
return BI.extend(ob, {type: "bi.table_adapt"});
}
return ob;

Loading…
Cancel
Save