1.悬浮按钮优化
parent
86e415a70b
commit
522f75135e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue