Authored by 张文文

address ui fix

... ... @@ -108,6 +108,8 @@ export default {
Object.assign(addressInfo, { isUpdate: !isAdd, orderCode: "" });
this.STORE_UPDATE_ADDRESS_INFO(addressInfo);
} else {
this.STORE_UPDATE_ADDRESS_INFO({});
}
this.$router.push({
... ... @@ -159,7 +161,7 @@ export default {
.user-item {
display: flex;
padding-top: 40px;
padding-bottom: 44px;
padding-bottom: 40px;
align-items: center;
.check-item {
... ... @@ -187,19 +189,19 @@ export default {
flex-direction: row;
.name {
font-size: 28px;
font-weight: 400;
font-size: 32px;
font-weight: bold;
color: #000000;
line-height: 40px;
line-height: 44px;
}
.mobile {
display: block;
margin-left: 20px;
font-size: 28px;
font-weight: 400;
font-size: 32px;
font-weight: bold;
color: #000000;
line-height: 40px;
line-height: 44px;
}
.tag-btn {
... ... @@ -215,20 +217,21 @@ export default {
.option-btn {
display: block;
width: 48px;
width: 65px;
line-height: 44px;
letter-spacing: -0.29;
letter-spacing: -0.29px;
color: black;
font-size: 24px;
position: absolute;
right: 40px;
text-align: right;
}
}
.address {
font-size: 24px;
line-height: 34px;
margin-top: 16px;
font-size: 28px;
line-height: 40px;
margin-top: 20px;
color: #999;
display: -webkit-box;
-webkit-box-orient: vertical;
... ...