Files
2026-02-07 23:14:57 +08:00

5 lines
222 B
Plaintext

<view style="{{style}}">
<view style="height:{{statusBarHeight}};z-index:{{isFixed?zIndex:1}};background:{{background}}" class="fui-status__bar {{isFixed?'fui-status__bar-fixed':''}}">
<slot></slot>
</view>
</view>