样式
This commit is contained in:
parent
44d8a0c9c1
commit
e25001b942
@ -35,14 +35,14 @@ module.exports.parseImage = parseImage;
|
||||
<view wx:else>
|
||||
|
||||
|
||||
<div v-if="!currentAddress" style="display: flex;flex-direction: column;align-items: center;width: 100%;margin-top: 66px;">
|
||||
<div v-if="!currentAddress" style="display: flex;flex-direction: column;align-items: center;width: 100%;margin-top: 86px;">
|
||||
<van-empty description="您还没有添加收货地址" />
|
||||
<div style="width: 600rpx;">
|
||||
<van-button round type="info" size="large" @tap="onAdd">点击添加</van-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-else class="fream" style="margin: 60px 15px 20px 15px;" >
|
||||
<div v-else class="fream" style="margin: 86px 15px 20px 15px;" >
|
||||
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<van-icon name="home-o" size="60rpx" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user