-
-
Notifications
You must be signed in to change notification settings - Fork 51.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
fix: tabs inkbar border lost #24643
fix: tabs inkbar border lost #24643
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24643 +/- ##
=======================================
Coverage 99.21% 99.21%
=======================================
Files 365 365
Lines 7279 7279
Branches 1983 2035 +52
=======================================
Hits 7222 7222
Misses 57 57 Continue to review full report at Codecov.
|
components/tabs/style/card.less
Outdated
@@ -25,15 +25,15 @@ | |||
// ========================== Top & Bottom ========================== | |||
&.@{tab-prefix-cls}-top, | |||
&.@{tab-prefix-cls}-bottom { | |||
> .@{tab-prefix-cls}-nav { | |||
.@{tab-prefix-cls}-nav { |
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.
这个应该在 tabs 内嵌 tabs 的时候有用。
/rebase |
9c3faa8
to
452fbae
Compare
得搞一个 reset 默认重置所有相关的,再附回去…… |
Demo 点了点,没问题,不知道这种写法行不行 |
@zombieJ 这种不行的话,你来改吧。 |
/rebase |
0d366ce
to
924bd31
Compare
* fix: tabs inkbar border lost * fix
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #24616
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge