[new feature] Cell: add size prop (#2086)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user