AddressEdit: add test cases

This commit is contained in:
陈嘉涵
2017-09-26 20:37:27 +08:00
parent 037d6979b2
commit fa06465d87
6 changed files with 433 additions and 25 deletions

View File

@@ -23,9 +23,14 @@
margin-bottom: 10px;
}
.van-icon-clear {
color: $gray-dark;
}
&-detail {
&__finish-edit {
color: $blue;
font-size: 12px;
}
&__suggest-list {
@@ -39,7 +44,7 @@
&__location {
float: left;
font-size: 18px;
color: #666;
color: $gray-darker;
}
&__item-info {
@@ -54,7 +59,7 @@
&__subtitle {
font-size: 12px;
color: #666;
color: $gray-darker;
}
}
}