修改选项卡轮播的显示处理

v1.2.0
于肖磊 2025-02-18 10:00:13 +08:00
parent 5af67beef2
commit 2def858d6a
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
<template>
<div class="re" :style="style_container + swiper_bg_style">
<div class="abs top-0 w h" :style="swiper_bg_img_style"></div>
<div class="abs z-i top-0 w h" :style="swiper_bg_img_style"></div>
<div class="flex-col oh" :style="style_img_container + (!isEmpty(swiper_bg_img_style) ? `background-image: url('');` : '')">
<div class="oh" :style="tabs_container">
<div class="oh" :style="tabs_img_container">
<div class="oh z-deep re" :style="tabs_container + swiper_bg_style">
<div class="abs z-i top-0 w h" :style="swiper_bg_img_style"></div>
<div class="oh z-deep" :style="tabs_img_container">
<tabs-view ref="tabs" :value="tabs_list" :is-tabs="true" :active-index="tabs_active_index" :tabs-sliding-fixed-bg="tabs_sliding_fixed_bg"></tabs-view>
</div>
</div>