fix(AddressEdit): incorrect label wrap on safari (#6969)

This commit is contained in:
neverland 2020-08-10 11:14:18 +08:00 committed by GitHub
parent 927268cc25
commit f9a7da54c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
border-radius: @padding-xs;
.van-field__label {
width: 4em;
width: 4.1em;
}
}

View File

@ -255,7 +255,7 @@
@contact-edit-buttons-padding: @padding-xl 0;
@contact-edit-button-margin-bottom: @padding-sm;
@contact-edit-button-font-size: 16px;
@contact-edit-field-label-width: 4em;
@contact-edit-field-label-width: 4.1em;
// ContactList
@contact-list-edit-icon-size: 16px;