We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将Progress组件的value设置为0或1
0%时只显示borderColor进度条颜色,color高亮进度不应该显示 100%时高亮颜色完整显示,圆环为完美圆形
0%会出现一个圆点的高亮颜色,会让用户误认为有进度产生。 100%时仔细看能发现与起始点的重叠区域会有一个小圆点的凸起,圆环并非完美的圆形
The text was updated successfully, but these errors were encountered:
上述期待行为需将 linecap设置为butt
Sorry, something went wrong.
但是我确实需要round的linecap,这样说的话,圆形进度条只能使用butt的linecap,不能设置为round。这样是不是有点问题?
fix(progress): hide inner circle when value is 0
37d9b3c
#381
fix(progress): hide inner circle when value is 0 (#385)
42a3043
xxyan0205
No branches or pull requests
Recurring Steps
将Progress组件的value设置为0或1
Expectant Behaviors
0%时只显示borderColor进度条颜色,color高亮进度不应该显示
100%时高亮颜色完整显示,圆环为完美圆形
Actual Behaviors
0%会出现一个圆点的高亮颜色,会让用户误认为有进度产生。
100%时仔细看能发现与起始点的重叠区域会有一个小圆点的凸起,圆环并非完美的圆形
The text was updated successfully, but these errors were encountered: