16 lines
481 B
XML
16 lines
481 B
XML
<view
|
|
class="ant-container {{headerInBox ? 'ant-container-headerInBox' : 'ant-container-headerNotInBox'}} {{className ? className : ''}}"
|
|
style="{{style}}"
|
|
>
|
|
<view class="ant-container-header">
|
|
<view class="ant-container-header-title">
|
|
<slot name="title">{{title}}</slot>
|
|
</view>
|
|
<view class="ant-container-header-right">
|
|
<slot name="headerRight"></slot>
|
|
</view>
|
|
</view>
|
|
<view class="ant-container-content">
|
|
<slot></slot>
|
|
</view>
|
|
</view> |