@ -53,6 +53,10 @@ BI.FlexHorizontalLayout = BI.inherit(BI.Layout, {
w.element.addClass("f-s-n");
}
// 当既有动态宽度和自适应宽度的时候只压缩自适应
if (columnSize === "" && o.columnSize.indexOf("fill") >= 0) {
} else {
@ -52,6 +52,10 @@ BI.FlexVerticalLayout = BI.inherit(BI.Layout, {
if (rowSize === "" && o.rowSize.indexOf("fill") >= 0) {
@ -49,6 +49,10 @@ BI.FlexWrapperHorizontalLayout = BI.inherit(BI.Layout, {
@ -49,6 +49,10 @@ BI.FlexWrapperVerticalLayout = BI.inherit(BI.Layout, {