mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
<view class="van-progress custom-class">
|
|
<view
|
|
class="van-progress__portion {{ showPivot && text ? 'van-progress__portion--with-pivot' : '' }}"
|
|
style="{{ portionStyle }}"
|
|
>
|
|
<view
|
|
v-if="{{ showPivot && text }}"
|
|
style="{{ pivotStyle }}"
|
|
class="van-progress__pivot"
|
|
>
|
|
{{ text }}
|
|
</view>
|
|
</view>
|
|
</view>
|