mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-07-08 22:40:40 +08:00
1.悬浮按钮优化
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user