[new feature] Popup: support getContaienr (#611)

This commit is contained in:
neverland
2018-02-06 19:55:40 +08:00
committed by GitHub
parent 3556d5e7d1
commit 30e42284e9
26 changed files with 91 additions and 47 deletions
+2 -4
View File
@@ -1,5 +1,4 @@
@import './common/var.css';
@import './mixins/ellipsis.css';
.van-picker {
overflow: hidden;
@@ -24,8 +23,8 @@
}
&__title {
max-width: 50%;
text-align: center;
@mixin ellipsis;
}
&__columns {
@@ -46,13 +45,12 @@
&-column {
flex: 1;
overflow: hidden;
font-size: 16px;
font-size: 17px;
text-align: center;
li {
padding: 0 5px;
color: $gray-darker;
@mixin ellipsis;
}
li&--selected {