jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/less/Container/index.axml

14 lines
446 B
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
<view class="ant-container {{className ? className : ''}}" style="{{style}}">
<header title="{{title}}" headerInBox="{{headerInBox}}">
<view>
<slot name="headerRight"></slot>
</view>
<view slot="title">
<slot name="title"></slot>
</view>
</header>
<view class="ant-container-content {{ headerInBox ? 'ant-container-content-withHalfRadius' : 'ant-container-content-withRadius' }}">
<slot />
</view>
</view>