Files
MiniProgram/ProjectLiaisonForm/pages/empty/empty.wxml
2025-08-15 14:05:08 +08:00

14 lines
447 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar class="demo-navbar" title="Empty" leftArrow />
<view class="demo">
<t-demo-header title="Empty 空状态" desc="用于空状态时的占位提示。" notice="渲染框架支持情况Skyline、WebView" />
<t-demo title="01 类型" desc="图标空状态">
<base />
</t-demo>
<t-demo desc="自定义图片空状态">
<imageEmpty />
</t-demo>
<t-demo desc="带操作空状态">
<buttonEmpty />
</t-demo>
</view>