Files
quinn-accounts/miniprogram_npm/tdesign-miniprogram/sticky/sticky.wxml
2023-02-12 19:04:01 +08:00

6 lines
230 B
Plaintext

<view class="{{classPrefix}} {{prefix}}-class" style="z-index:{{ zIndex }};{{ containerStyle }}{{ style }}">
<view class="{{classPrefix}}__content" style="z-index:{{ zIndex }};{{ contentStyle }}">
<slot />
</view>
</view>