小程序笔记(二)之设置进度条progress的宽度
作者:互联网
实现代码
主要通过stroke-width来控制
<view class="view1">
<progress percent="{{30}}" stroke-width="10" border-radius="25" background-color="rgba(255,255,255,0.2)" active-color="#FDD643"></progress>
</view>
效果
标签:进度条,color,笔记,width,stroke,radius,progress,border,255 来源: https://blog.csdn.net/Joker__123/article/details/122402002