-
-
Notifications
You must be signed in to change notification settings - Fork 49.3k
New issue
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
fix: Progress steps didn't change when update percent #24534
Conversation
…moving reducing progress percent
Codecov Report
@@ Coverage Diff @@
## master #24534 +/- ##
==========================================
- Coverage 99.12% 99.12% -0.01%
==========================================
Files 363 363
Lines 7228 7225 -3
Branches 1969 2009 +40
==========================================
- Hits 7165 7162 -3
Misses 63 63
Continue to review full report at Codecov.
|
补个用例。(Add some test case for this) |
Co-authored-by: Amumu <yoyo837@hotmail.com>
Should we just revert your suggestion? Or is there a different coding style that would be preferred? |
transition: all 0.3s; | ||
|
||
&-active { | ||
background: @progress-default-color; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充默认颜色。
/rebase |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #24532
💡 Background and solution
Previously
background-color
was being set toundefined
. I updated the ProgressStep
component so it just omits the property if thecolor
variable is not set.📝 Changelog
steps
don't updatepercent
expectedly.percent
样式未正确更新的问题。☑️ Self Check before Merge