mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[bugfix] Field: date type not work in iOS (#1586)
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
&--right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* for ios wechat */
|
||||
&[type="date"],
|
||||
&[type="time"] {
|
||||
min-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&__clear,
|
||||
|
Reference in New Issue
Block a user