Files
MiniProgram/ProjectLiaisonForm/pages/cell/base/index.wxml

11 lines
473 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-cell title="单行标题" hover arrow />
<t-cell title="单行标题" hover required arrow />
<t-cell title="单行标题" hover arrow ariaLabel="单行标题有16条消息">
<t-badge count="{{16}}" slot="note" />
</t-cell>
<t-cell title="单行标题" hover>
<t-switch defaultValue="{{true}}" slot="note" />
</t-cell>
<t-cell title="单行标题" hover note="辅助信息" arrow />
<t-cell title="单行标题" hover arrow leftIcon="app" bordered="{{false}}" />