9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
<view
|
|||
|
|
class="custom-nav"
|
||
|
|
style="height: {{navHeight}}px; padding-top: {{statusBarHeight}}px; padding-left: {{paddingX}}rpx; padding-right: {{paddingX}}rpx; background: {{background}};"
|
||
|
|
>
|
||
|
|
<view class="custom-nav__content" style="height: {{contentHeight}}px;">
|
||
|
|
<slot></slot>
|
||
|
|
</view>
|
||
|
|
</view>
|