-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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: Tree custom icon missing when loading #23494
Conversation
.@{tree-prefix-cls}-iconEle { | ||
display: none; | ||
} | ||
} |
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.
这段代码不知道有什么用,删掉就好了。
@zombieJ 帮忙 comfirm 一下。
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.
看起来是没什么问题。
@@ -96,6 +96,10 @@ | |||
} | |||
} | |||
} | |||
|
|||
&-loading-icon { | |||
color: @primary-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.
顺手把 loading icon 修正为 3.x 的主色。
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 8b8f9e6:
|
Codecov Report
@@ Coverage Diff @@
## master #23494 +/- ##
==========================================
+ Coverage 98.47% 98.51% +0.04%
==========================================
Files 363 363
Lines 7271 7271
Branches 1953 2002 +49
==========================================
+ Hits 7160 7163 +3
+ Misses 111 108 -3
Continue to review full report at Codecov.
|
🤔 This is a ...
🔗 Related issue link
close #23470
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge