|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<text>{{ res.city }} {{ res.address }}</text>
|
|
|
|
|
<view class="icon">
|
|
|
|
|
<u-icon name="edit-pen" :size="40" color="#999999" @tap="toEdit(res)"></u-icon>
|
|
|
|
|
<u-icon name="trash" style="margin-left: 60rpx;" :size="40" color="red" @tap="selectSite = res,show = true"></u-icon>
|
|
|
|
|
<u-icon name="trash" style="margin-left: 40rpx;" :size="40" color="red" @tap="selectSite = res,show = true"></u-icon>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -128,11 +128,14 @@ export default {
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
color: #999999;
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-left: 10rpx;
|
|
|
|
|
flex: 0;
|
|
|
|
|
flex-basis: 200rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|