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

16 lines
479 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 title="Layout" leftArrow />
<view class="demo">
<t-demo-header
title="Layout 布局"
desc="以规则的网格阵列来指导和规范页面中的版面布局以及信息分布,提高界面内布局的一致性,节约成本。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础用法">
<base />
</t-demo>
<t-demo desc="在列元素之间增加间距">
<offset />
</t-demo>
</view>