refactor(AddressList): update style (#5507)

This commit is contained in:
rex
2020-01-09 10:09:21 +08:00
committed by neverland
parent 8ec1a90633
commit 753165fdf7
4 changed files with 5 additions and 9 deletions
+1 -5
View File
@@ -31,7 +31,7 @@
.van-address-item {
padding: @address-list-item-padding;
border-radius: @border-radius-md;
border-radius: @border-radius-lg;
&:not(:last-child) {
margin-bottom: @padding-sm;
@@ -87,8 +87,4 @@
background-color: @address-list-item-radio-icon-color;
border-color: @address-list-item-radio-icon-color;
}
.van-radio__icon:not(.van-radio__icon--checked) {
visibility: hidden;
}
}