mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Field: date type not work in iOS (#1586)
This commit is contained in:
parent
7f72a59daf
commit
2e4c44fcf2
@ -37,6 +37,12 @@
|
|||||||
&--right {
|
&--right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for ios wechat */
|
||||||
|
&[type="date"],
|
||||||
|
&[type="time"] {
|
||||||
|
min-height: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__clear,
|
&__clear,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user