mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-08 05:29:45 +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;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for ios wechat */
|
// for ios wechat
|
||||||
&[type="date"],
|
&[type="date"],
|
||||||
&[type="time"],
|
&[type="time"],
|
||||||
&[type="datetime-local"] {
|
&[type="datetime-local"] {
|
||||||
min-height: @cell-line-height;
|
min-height: @cell-line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for safari
|
||||||
|
&[type="search"] {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__clear,
|
&__clear,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user