Files
MiniProgram/ProjectLiaisonForm/pages/progress/transition/index.wxml

8 lines
320 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-progress percentage="{{percentage}}" ariaLabel="{{ percentage + '%' }}" />
<view class="button-group">
<t-button bindtap="clickReduce" theme="primary" variant="plain" size="small">减少</t-button>
<view class="space"></view>
<t-button bindtap="clickAdd" theme="primary" size="small">增加</t-button>
</view>