请问诸位开发大能,我是uniapp的vue3+ts+uni-ui的项目,我在页面里引用了
<uni-nav-bar :height="0" title="" left-text="" background-color="transparent" fixed statusBar :border="false" />
这个组件,并且按照官方文档进行了设置,使其固定在顶部,同时我在使用nav-bar组件的页面里使用了
<uni-popup ref="message" type="message">
<uni-popup-message :type="msgType" message="error" :duration="2000" style="margin-top: 170rpx"></uni-popup-message>
</uni-popup>
用作于信息展示,但是出现了一个问题,这个信息提示居然再手机状态栏上面,我不太明白怎么给他调下来