This commit is contained in:
Mr.jiang 2024-07-01 16:14:35 +08:00
parent 6cf6f17e23
commit 559d32672f
3 changed files with 3 additions and 3 deletions

View File

@ -341,7 +341,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="dingshi">联系客服</u-button>
</view>
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center" :style="{'height':btnShow?'100px':'60px'}">
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center">
<view class="showBtn-mian">
<view class="showBtn">
<view class="gengduo" @click.stop="gengBtn">更多</view>

View File

@ -383,7 +383,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="dingshi">联系客服</u-button>
</view>
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center" :style="{'height':btnShow?'100px':'60px'}">
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center">
<view class="showBtn-mian">
<view class="showBtn">
<!-- <view class="gengduo" @click.stop="gengBtn">更多</view> -->

View File

@ -381,7 +381,7 @@
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
class="dingshi">联系客服</u-button>
</view>
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center" :style="{'height':btnShow?'100px':'60px'}">
<view v-else class="flex tabber padding-top-sm padding-bottom-sm align-center">
<view class="showBtn-mian">
<view class="showBtn">
<view class="gengduo" @click.stop="gengBtn">更多</view>