style(AddressEdit): adjust label width (#6591)

This commit is contained in:
neverland 2020-06-21 21:48:14 +08:00 committed by GitHub
parent cf4b9a4449
commit f9d89142b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@
&__fields {
overflow: hidden;
border-radius: @padding-xs;
.van-field__label {
width: 4em;
}
}
&__default {