6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
<view class="{{classPrefix}} {{prefix}}-class" style="z-index:{{ zIndex }};{{ containerStyle }}{{ customStyle }}">
|
|
<view class="{{classPrefix}}__content" style="z-index:{{ zIndex }};{{ contentStyle }}">
|
|
<slot />
|
|
</view>
|
|
</view>
|