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

View File

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