8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
|
|
<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>
|