[improvement] AddressEdit: add more props (#1790)

This commit is contained in:
neverland
2018-09-12 21:47:55 +08:00
committed by GitHub
parent 4aca189f49
commit bd815a5839
5 changed files with 39 additions and 15 deletions

View File

@@ -27,9 +27,11 @@
color: $gray-dark;
}
&-detail__finish {
color: $blue;
font-size: 12px;
display: block;
&-detail {
&__finish {
color: $blue;
font-size: 12px;
display: block;
}
}
}