mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
5 lines
222 B
Plaintext
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> |