style(Field): label width adjusted to 84px (#6583)

This commit is contained in:
neverland
2020-06-20 16:56:25 +08:00
committed by GitHub
parent f10a97b692
commit e1f67fa898
7 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -234,7 +234,8 @@
&__image-cell {
.van-cell__title {
max-width: 90px;
max-width: @field-label-width;
margin-right: @field-label-margin-right;
}
.van-cell__value {