[new feature] Cell: add size prop (#2086)

This commit is contained in:
neverland
2018-11-14 17:25:14 +08:00
committed by GitHub
parent 469e8191df
commit 0860901ec1
8 changed files with 229 additions and 144 deletions
+10 -1
View File
@@ -23,7 +23,7 @@
&__label {
font-size: 12px;
line-height: 1.2;
line-height: 18px;
color: @gray-darker;
}
@@ -90,4 +90,13 @@
&--center {
align-items: center;
}
&--large {
padding-top: 12px;
padding-bottom: 12px;
.van-cell__title {
font-size: 16px;
}
}
}