This commit is contained in:
kbing1981 2024-07-18 11:43:32 +08:00
parent 74e6de2c10
commit a3fa35c240
1 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat" <u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="btns">联系客服</u-button> class="btns">联系客服</u-button>
</view> </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 class="gengduo" @click.stop="gengBtn">更多</view>
<view style="display: flex;flex-direction: row;align-items: center;justify-content: flex-end"> <view style="display: flex;flex-direction: row;align-items: center;justify-content: flex-end">
<u-button <u-button
@ -2545,7 +2545,7 @@
} }
.gengduo{ .gengduo{
font-weight: 400; font-weight: 400;
font-size: 25rpx; font-size: 24rpx;
color: #7D7D7D; color: #7D7D7D;
margin-left: 20rpx; margin-left: 20rpx;
} }