fix js code error by configHeight
This commit is contained in:
@@ -751,7 +751,7 @@ var LayoutConfigImpl = /** @class */ (function () {
|
||||
return this;
|
||||
};
|
||||
LayoutConfigImpl.prototype.mostHeight = function () {
|
||||
this.widthSpec = exports.LayoutSpec.MOST;
|
||||
this.heightSpec = exports.LayoutSpec.MOST;
|
||||
return this;
|
||||
};
|
||||
LayoutConfigImpl.prototype.just = function () {
|
||||
|
@@ -637,7 +637,7 @@ class LayoutConfigImpl {
|
||||
return this;
|
||||
}
|
||||
mostHeight() {
|
||||
this.widthSpec = exports.LayoutSpec.MOST;
|
||||
this.heightSpec = exports.LayoutSpec.MOST;
|
||||
return this;
|
||||
}
|
||||
just() {
|
||||
|
@@ -2158,7 +2158,7 @@ class LayoutConfigImpl {
|
||||
return this;
|
||||
}
|
||||
mostHeight() {
|
||||
this.widthSpec = exports.LayoutSpec.MOST;
|
||||
this.heightSpec = exports.LayoutSpec.MOST;
|
||||
return this;
|
||||
}
|
||||
just() {
|
||||
|
Reference in New Issue
Block a user