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;
|
background-color: $white;
|
||||||
|
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
|
display: flex;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__cancel,
|
&__cancel,
|
||||||
@ -21,14 +23,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__cancel {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__confirm {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@mixin ellipsis;
|
@mixin ellipsis;
|
||||||
@ -52,11 +46,11 @@
|
|||||||
&-column {
|
&-column {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding: 0 10px;
|
padding: 0 5px;
|
||||||
color: $gray-darker;
|
color: $gray-darker;
|
||||||
@mixin ellipsis;
|
@mixin ellipsis;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user