Files
fitness_walk_nwnu/.codex-dev/mp-weixin/node-modules/uview-ui/components/u-line-progress/u-line-progress.wxml
T
2026-09-08 20:28:54 +08:00

1 line
558 B
Plaintext

<view class="u-line-progress data-v-02285945" style="{{$root.s0}}"><view data-ref="u-line-progress__background" class="u-line-progress__background data-v-02285945 vue-ref" style="{{'background-color:'+(inactiveColor)+';'+('height:'+($root.g0)+';')}}"></view><view class="u-line-progress__line data-v-02285945" style="{{$root.s1}}"><block wx:if="{{$slots.default}}"><slot></slot></block><block wx:else><block wx:if="{{showText&&percentage>=10}}"><text class="u-line-progress__text data-v-02285945">{{innserPercentage+'%'}}</text></block></block></view></view>