@ -19,10 +19,6 @@ BI.CardLayout = BI.inherit(BI.Layout, {
this.populate(this.options.items);
},
resize: function () {
// console.log("Card布局不需要resize");
stroke: function (items) {
var self = this, o = this.options;
this.showIndex = void 0;
@ -48,6 +44,10 @@ BI.CardLayout = BI.inherit(BI.Layout, {
});
update: function (opt) {
return this.forceUpdate(opt);
@ -18,10 +18,6 @@ BI.GridLayout = BI.inherit(BI.Layout, {
// console.log("grid布局不需要resize")
addItem: function () {
throw new Error("不能添加子组件");
@ -101,6 +97,10 @@ BI.GridLayout = BI.inherit(BI.Layout, {
}
@ -172,6 +172,10 @@ BI.TdLayout = BI.inherit(BI.Layout, {
this.element.append(this.$table);
// console.log("td布局不需要resize");
@ -167,6 +167,10 @@ BI.WindowLayout = BI.inherit(BI.Layout, {
// console.log("window布局不需要resize");