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

16 lines
532 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="Popup" leftArrow />
<t-demo-header
title="Popup 弹出层"
desc="由其他控件触发,屏幕滑出或弹出一块自定义内容区域。"
notice="渲染框架支持情况Skyline、WebView"
/>
<view class="tdesign-demo-popup">
<t-demo title="01 组件类型" desc="基础弹出层" padding>
<base />
</t-demo>
<t-demo title="02 组件示例" desc="应用示例" padding>
<with-title />
<custom-close style="display: block; margin-top: 32rpx" />
</t-demo>
</view>