mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Picker: style error in some andriod devices (#609)
This commit is contained in:
parent
41df4b4819
commit
3556d5e7d1
@ -7,8 +7,10 @@
|
||||
background-color: $white;
|
||||
|
||||
&__toolbar {
|
||||
display: flex;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&__cancel,
|
||||
@ -21,14 +23,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__cancel {
|
||||
float: left;
|
||||
}
|
||||
|
||||
&__confirm {
|
||||
float: right;
|
||||
}
|
||||
|
||||
&__title {
|
||||
text-align: center;
|
||||
@mixin ellipsis;
|
||||
@ -52,11 +46,11 @@
|
||||
&-column {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
padding: 0 10px;
|
||||
padding: 0 5px;
|
||||
color: $gray-darker;
|
||||
@mixin ellipsis;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user