This commit is contained in:
parent
74e6de2c10
commit
a3fa35c240
|
@ -406,7 +406,7 @@
|
|||
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
|
||||
class="btns">联系客服</u-button>
|
||||
</view>
|
||||
<view class="showBtn showBtn" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}">
|
||||
<view class="showBtn tabber" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}">
|
||||
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
||||
<view style="display: flex;flex-direction: row;align-items: center;justify-content: flex-end">
|
||||
<u-button
|
||||
|
@ -2545,7 +2545,7 @@
|
|||
}
|
||||
.gengduo{
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
font-size: 24rpx;
|
||||
color: #7D7D7D;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue