Mr_LTao
Mr_LTao
  • 发布:2023-03-23 16:21
  • 更新:2024-01-02 19:00
  • 阅读:212

【报Bug】uni-nav-bar fixed失效

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 3.7.8

第三方开发者工具版本号: 1.06.2301160 Stable

基础库版本号: 2.30.1

项目创建方式: HBuilderX

示例代码:
<template>  
    <uni-nav-bar fixed statusBar>  
        <template #left>  
            <view class="city">  
                <view>  
                    <text class="uni-nav-bar-text">city</text>  
                </view>  
                <uni-icons type="arrowdown" color="#666" size="18" />  
            </view>  
        </template>  
    </uni-nav-bar>  
    <view class="main">  

    </view>  

</template>  

<script setup>  
    import {  
        ref  
    } from 'vue'  

    const confirm = () => {}  
</script>  

<style scoped lang="scss">  
    .main {}  
</style>  

操作步骤:

运行微信小程序

预期结果:

置顶

实际结果:

没有置顶

bug描述:

vue3环境下 使用uni-nav-bar组件 fixed失效

2023-03-23 16:21 负责人:无 分享
已邀请:
w***@sandisolarplus.com

w***@sandisolarplus.com - 月入1800的前端

请问有解决吗

喜欢技术的前端

喜欢技术的前端 - QQ---445849201

刚试了可以的,加上之后,会有uni-navbar--fixed 这个class ,如果有问题,可以发个demo看看

要回复问题请先登录注册