mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Field): reset appearance in safari (#4380)
This commit is contained in:
parent
3f8ffccb36
commit
4e404144ed
@ -50,12 +50,17 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* for ios wechat */
|
||||
// for ios wechat
|
||||
&[type="date"],
|
||||
&[type="time"],
|
||||
&[type="datetime-local"] {
|
||||
min-height: @cell-line-height;
|
||||
}
|
||||
|
||||
// for safari
|
||||
&[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__clear,
|
||||
|
Loading…
x
Reference in New Issue
Block a user