修改地址样式

This commit is contained in:
TOP糯米 2023-04-01 15:41:32 +08:00
parent b2277dd1c3
commit a807defe33
2 changed files with 6 additions and 5 deletions

View File

@ -8,11 +8,11 @@
</view>
<view class="item-box">
<view class="address-text limit-line clamp-1">
<text v-if="item.isDefault" class="default-icon">默认</text
><text class="text">{{ item.address }}</text>
<text v-if="item.isDefault" class="default-icon">默认</text>
<text class="text">{{ item.address }}</text>
</view>
<view class="address-detail limit-line clamp-1">
<text>{{ item.detail }}</text>
{{ item.detail }}
</view>
<view class="contact limit-line clamp-1">
<text class="name">{{ item.name }}</text>
@ -191,7 +191,7 @@ export default {
.address-detail {
font-size: 30rpx;
color: #2d2d2d;
line-height: 30rpx;
line-height: 40rpx;
}
.address-detail {
margin-top: 14rpx;

View File

@ -193,6 +193,7 @@ export default {
.input-box.map {
.address-text {
font-size: 28rpx;
line-height: 38rpx;
color: #c9c9c9;
box-sizing: border-box;
padding-right: 40rpx;
@ -202,7 +203,7 @@ export default {
}
.iconfont {
position: absolute;
top: 25rpx;
top: 28rpx;
right: 0;
font-size: 35rpx;
color: #8194f2;