二手车交易,写建议弹框优化

This commit is contained in:
2025-03-17 16:11:02 +08:00
parent b5f01b70b7
commit ee69ed0c2b
2 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@
</div>
<img v-show="activeTab==0" @click="releaseHandle(1)" class="fixImg" src="@/assets/secondHandCar/sellCar.png" />
<img v-show="activeTab==1" @click="releaseHandle(2)" class="fixImg" src="@/assets/secondHandCar/buyCar.png" />
<van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'40%' }" class="poupWrap">
<van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'38%' }" class="poupWrap">
<span class="title">反馈建议</span>
<div class="poupContent">
<div class="tip">如有任何建议请及时反馈我们</div>