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