提交 13eadbe6 作者: 方治民

fix: 修复部分机型通知栏宽度未铺满问题

上级 ce594111
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<view class="h-auto p-1"> <view class="h-auto p-1">
<scroll-view scroll-y :style="{ height: `${height}px` }"> <scroll-view scroll-y :style="{ height: `${height}px` }">
<FuiParseGroup class="notice-content" @preview="preview" @atap="atap"> <FuiParseGroup class="notice-content" @preview="preview" @atap="atap">
<FuiParse :nodes="notice.content" language="md" /> <FuiParse :nodes="notice.content" />
</FuiParseGroup> </FuiParseGroup>
</scroll-view> </scroll-view>
</view> </view>
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
} }
.notice-mask { .notice-mask {
width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;
inset: 0; inset: 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论