Browse Source

Pull request #1466: 无JIRA任务 bugfix

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'c6ecfd678601b51f360826309523bc7c6f016270':
  bugfix
es6
guy 4 years ago
parent
commit
858b0c3938
  1. 3
      src/core/platform/web/config.js

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

@ -18,6 +18,9 @@ BI.prepares.push(function () {
if (isLessIE8) {
return ob;
}
if (ob.items && ob.items.length > 1) {
return BI.extend(ob, {type: "bi.table_adapt"});
}
if (!IE && supportFlex) {
return BI.extend(ob, {type: "bi.flex_horizontal"});
}

Loading…
Cancel
Save