29 lines
1016 B
Plaintext
29 lines
1016 B
Plaintext
|
|
<t-swipe-cell>
|
||
|
|
<t-cell title="左滑单操作" note="辅助信息" bordered="{{false}}" />
|
||
|
|
<view slot="right" class="btn delete-btn" bind:tap="onDelete">删除</view>
|
||
|
|
</t-swipe-cell>
|
||
|
|
|
||
|
|
<t-swipe-cell>
|
||
|
|
<t-cell
|
||
|
|
bordered="{{false}}"
|
||
|
|
title="左滑大列表"
|
||
|
|
description="一段很长很长的内容文字"
|
||
|
|
note="辅助信息"
|
||
|
|
image="https://tdesign.gtimg.com/mobile/demos/avatar1.png"
|
||
|
|
/>
|
||
|
|
<view slot="right" class="btn delete-btn" bind:tap="onDelete">删除</view>
|
||
|
|
</t-swipe-cell>
|
||
|
|
|
||
|
|
<t-swipe-cell right="{{right}}" bind:click="onActionClick">
|
||
|
|
<t-cell title="左滑双操作" note="辅助信息" bordered="{{false}}" />
|
||
|
|
</t-swipe-cell>
|
||
|
|
|
||
|
|
<t-swipe-cell>
|
||
|
|
<t-cell title="左滑多操作" note="辅助信息" bordered="{{false}}" />
|
||
|
|
<view slot="right" class="btn-wrapper">
|
||
|
|
<view class="btn favor-btn" bind:tap="onFavor">收藏</view>
|
||
|
|
<view class="btn edit-btn" bind:tap="onEdit">编辑</view>
|
||
|
|
<view class="btn delete-btn" bind:tap="onDelete">删除</view>
|
||
|
|
</view>
|
||
|
|
</t-swipe-cell>
|