2020-06-09 16:17:23 +08:00

8 lines
307 B
Plaintext

<view class="van-progress custom-class">
<view class="van-progress__portion {{showPivot&&text?'van-progress__portion--with-pivot':''}}" style="{{portionStyle}}">
<view class="van-progress__pivot" style="{{pivotStyle}}" wx:if="{{showPivot&&text}}">
{{text}}
</view>
</view>
</view>