组件 怎么设置内部进度圆角,类似下图
https://developers.weixin.qq.com/miniprogram/dev/component/progress.html
有圆角属性啊 border-radius
借个楼问一下 怎么设置右边百分比数字的颜色
.wx-progress-inner-bar {
border-radius: 14px;
}