-
-
Notifications
You must be signed in to change notification settings - Fork 50.7k
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
style: add breadcrumb clear #22159
style: add breadcrumb clear #22159
Conversation
components/style/mixins/reset.less
Outdated
display: block; | ||
clear: both; | ||
content: ''; | ||
} |
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.
这个覆盖太广了,单独修改 breadcrumb 吧。
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.
我刚想说 😄
Codecov Report
@@ Coverage Diff @@
## master #22159 +/- ##
=======================================
Coverage 97.96% 97.96%
=======================================
Files 306 306
Lines 7042 7042
Branches 1938 1893 -45
=======================================
Hits 6899 6899
Misses 143 143 Continue to review full report at Codecov.
|
display: block; | ||
clear: both; | ||
content: ''; | ||
} |
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.
有个 .clearfix 的 mixin 可以用。
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 29af5b9:
|
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 e41d0e6:
|
@@ -5,6 +5,7 @@ | |||
|
|||
.@{breadcrumb-prefix-cls} { | |||
.reset-component; | |||
.clearfix; |
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.
给 rtl 模式单独加就可以了。
🤔 This is a ...
🔗 Related issue link
none
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge