-
-
Notifications
You must be signed in to change notification settings - Fork 590
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: Fix the style of the parent header in the fixed part sub-level c… #1028
base: master
Are you sure you want to change the base?
Conversation
…olumn scenario under the multi-level header, and adjust the corresponding unit test cases
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This seems to cause bug #39880 to be reopened. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1028 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 47 47
Lines 4517 4538 +21
Branches 571 578 +7
=======================================
+ Hits 4495 4516 +21
Misses 22 22 ☔ View full report in Codecov by Sentry. |
I readjusted it once and restored the unit example test. |
Please add some unit test case for it. |
Fix the style of the parent header in the fixed part sub-level column scenario under the multi-level header, and adjust the corresponding unit test cases.
fix ant-design/ant-design#44974