添加组件
This commit is contained in:
12
miniprogram/pages/components/count-plugin/count-plugin.wxml
Normal file
12
miniprogram/pages/components/count-plugin/count-plugin.wxml
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- 头部显示数量组件 -->
|
||||
<view class="flex" style="margin-bottom: 24rpx;{{customStyle}}">
|
||||
<view style="flex: 1;flex-shrink: 0;word-break: break-all;">
|
||||
<slot name="left"></slot>
|
||||
</view>
|
||||
<view class="flex" style="flex-shrink: 0;">
|
||||
<view>
|
||||
<slot name="right"></slot>
|
||||
</view>
|
||||
<view>共{{count}}条</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user