style(Field): label width adjusted to 84px (#6583)
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user