[bugfix] Picker: style error in some andriod devices (#609)

This commit is contained in:
neverland 2018-02-06 14:14:56 +08:00 committed by GitHub
parent 41df4b4819
commit 3556d5e7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}