旋转陀螺
旋转陀螺
  • 发布:2025-06-26 11:58
  • 更新:2025-06-26 11:58
  • 阅读:11

l-echart层级高于自定义底部导航,怎么解决

分类:uni-app
   <cover-view class="cu-bar tabbar bg-white shadow foot" style="background-color: #ffffff">  
        <template v-for="(tabbar,index) in tabbarList" :key="index">  
            <cover-view class="action" @click="changeTabbar(index)" :data-cur="index"  
                style="position: relative;z-index: 999;">  

                    <cover-view class="icon cloudfont " :class="tabbar.icon"  
                        style="position: relative;z-index: 999; font-size: 50rpx;" :style="['color:'+tabbar.color]">  
                    </cover-view>  
                    <cover-view :style="['color:'+tabbar.color]">{{tabbar.name}}</cover-view>  

            </cover-view>  
        </template>  
    </cover-view>
2025-06-26 11:58 负责人:无 分享
已邀请:

要回复问题请先登录注册