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

21 lines
588 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="SwipeCell" leftArrow />
<view class="demo">
<t-demo-header
title="SwipeCell 滑动操作"
desc="用于承载列表中的更多操作,通过左右滑动来展示,按钮的宽度固定高度根据列表高度而变化。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="左滑单操作">
<left />
</t-demo>
<t-demo desc="右滑单操作">
<right />
</t-demo>
<t-demo desc="左右滑操作">
<double />
</t-demo>
<t-demo desc="带图标的滑动操作">
<iconDemo />
</t-demo>
</view>