feat(Cell): improve cell value style in large size (#2831)

* Update var.less

* Update index.less
This commit is contained in:
agoni1212 2020-03-06 15:44:36 +08:00 committed by GitHub
parent 3c2b324538
commit e6a4524fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,10 @@
.van-cell__title {
.theme(font-size, '@cell-large-title-font-size');
}
.van-cell__value {
.theme(font-size, '@cell-large-value-font-size');
}
.van-cell__label {
.theme(font-size, '@cell-large-label-font-size');

View File

@ -144,6 +144,7 @@
@cell-right-icon-color: @gray-6;
@cell-large-vertical-padding: @padding-sm;
@cell-large-title-font-size: @font-size-lg;
@cell-large-value-font-size: @font-size-lg;
@cell-large-label-font-size: @font-size-md;
// CellGroup