filesbox/miniprogram/FilesBox/components/progress/progress.wxml
2023-09-21 10:23:31 +08:00

3 lines
202 B
Plaintext

<view style="background:{{bgColor}};width: 100%;height: {{height}}rpx;border-radius: 30rpx;overflow: hidden;">
<view style="background:{{showColor}};width: {{percent}};height: 100%;"></view>
</view>