1.悬浮按钮优化

v1.0.0
sws 2024-10-11 18:04:45 +08:00
parent 86e415a70b
commit 522f75135e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div v-if="['image_with_text', 'image'].includes(nav_style)" class="top-img flex align-c jc-c">
<image-empty v-model="item1.img[0]" :style="img_style"></image-empty>
</div>
<p v-if="['image_with_text', 'text'].includes(nav_style)" class="w size-12 ma-0 nowrap oh" :style="text_style">{{ item1.title }}</p>
<p v-if="['image_with_text', 'text'].includes(nav_style)" class="w size-12 ma-0 nowrap oh tc" :style="text_style">{{ item1.title }}</p>
</div>
</div>
</el-carousel-item>