nantai-erp-wechat-mobile/components/empty/empty.wxml
2024-10-31 21:29:57 +08:00

6 lines
216 B
Plaintext

<!--components/empty/empty.wxml-->
<view class="empty-box" style="padding-top: {{emptyPadding+'rpx'}}">
<image src="/images/empty.png" class="empty-icon"></image>
<view class="empty-tips">{{tips}}</view>
</view>