mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
e10a328f44
commit
e6c97e1904
@ -5,10 +5,10 @@ function inputStyle(autosize) {
|
||||
if (autosize.constructor === 'Object') {
|
||||
var style = '';
|
||||
if (autosize.minHeight) {
|
||||
style += 'min-height:' + utils.addUnit(autosize.minHeight);
|
||||
style += 'min-height:' + utils.addUnit(autosize.minHeight) + ';';
|
||||
}
|
||||
if (autosize.maxHeight) {
|
||||
style += 'min-height:' + utils.addUnit(autosize.maxHeight);
|
||||
style += 'max-height:' + utils.addUnit(autosize.maxHeight) + ';';
|
||||
}
|
||||
return style;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user