mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] 修复ios下input type为datetime-local时的高度问题 (#2720)
This commit is contained in:
parent
e6584a28d3
commit
d30602692c
@ -49,7 +49,8 @@
|
|||||||
|
|
||||||
/* for ios wechat */
|
/* for ios wechat */
|
||||||
&[type="date"],
|
&[type="date"],
|
||||||
&[type="time"] {
|
&[type="time"],
|
||||||
|
&[type="datetime-local"] {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user