uu
This commit is contained in:
parent
146f6f27fe
commit
19380b5fd0
@ -2,10 +2,10 @@
|
||||
<view>
|
||||
<u-row @click="handleAddressChoose(1)" custom-style="position:relative;gap:30rpx;" align="top"
|
||||
>
|
||||
<view>
|
||||
<view style="flex-shrink:0;">
|
||||
<image style="height: 50rpx;width: 42rpx;" :src="getCdnUrl(`post/ji.png`)"></image>
|
||||
</view>
|
||||
<view style="flex-grow: 1;">
|
||||
<view style="flex: 1;flex-shrink:1;overflow: auto;">
|
||||
<view>
|
||||
<view v-if="modelInfo.sender && modelInfo.sender.name" style="word-wrap: break-word;">
|
||||
<text class="font-weight pr-10">{{modelInfo.sender.name}}</text>
|
||||
@ -19,7 +19,7 @@
|
||||
<u-text :text="sendDetail" size="26" color="#999"></u-text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="!disabled" class="flex-column-center">
|
||||
<view v-if="!disabled" class="flex-column-center" style="flex-shrink:0;">
|
||||
<image style="height: 32rpx;width: 28rpx;" :src="getCdnUrl(`post/adress.png`)">
|
||||
</image>
|
||||
<u-text align="center" text="地址薄" size="26" :bold="true"
|
||||
@ -39,11 +39,11 @@
|
||||
<view style="position: absolute;left: 20rpx;top: -20rpx;bottom: 100%;">
|
||||
<u-line custom-style="height:100%;" direction="col" dashed="true"></u-line>
|
||||
</view>
|
||||
<view>
|
||||
<view style="flex-shrink:0;">
|
||||
<image style="height: 50rpx;width: 42rpx;" :src="getCdnUrl(`post/shou.png`)">
|
||||
</image>
|
||||
</view>
|
||||
<view style="flex-grow: 1;">
|
||||
<view style="flex: 1;flex-shrink:1;overflow: auto;">
|
||||
<view >
|
||||
<view v-if="modelInfo.reciever && modelInfo.reciever.name" style="word-wrap: break-word;">
|
||||
<text class="font-weight pr-10">{{modelInfo.reciever.name}}</text>
|
||||
@ -57,7 +57,7 @@
|
||||
<u-text :text="recieverDetail" size="26" color="#999"></u-text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="!disabled" class="flex-column-center">
|
||||
<view v-if="!disabled" class="flex-column-center" style="flex-shrink:0;">
|
||||
<image style="height: 32rpx;width: 28rpx;" :src="getCdnUrl(`post/adress.png`)">
|
||||
</image>
|
||||
<u-text align="center" text="地址薄" size="26" :bold="true"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user