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