filesbox/miniprogram/FilesBox/components/progress/progress.wxml

3 lines
202 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
<view style="background:{{bgColor}};width: 100%;height: {{height}}rpx;border-radius: 30rpx;overflow: hidden;">
<view style="background:{{showColor}};width: {{percent}};height: 100%;"></view>
</view>