[bugfix] 修复ios下input type为datetime-local时的高度问题 (#2720)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user