maxHAuto method
max-h-auto -->gt; max-height: auto; (使用内容高度,不设置最大高度)
Implementation
ContainerBuilder maxHAuto() {
_maxHeight = null;
return this;
}
max-h-auto -->gt; max-height: auto; (使用内容高度,不设置最大高度)
ContainerBuilder maxHAuto() {
_maxHeight = null;
return this;
}