-
Notifications
You must be signed in to change notification settings - Fork 199
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(layout): 修复树状模式下无列头时行头对应的角头不显示 #2041
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportBase: 77.16% // Head: 76.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2041 +/- ##
==========================================
- Coverage 77.16% 76.65% -0.52%
==========================================
Files 234 240 +6
Lines 11518 12230 +712
Branches 2449 2605 +156
==========================================
+ Hits 8888 9375 +487
- Misses 1258 1362 +104
- Partials 1372 1493 +121
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Size Change: -43 B (0%) Total Size: 435 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v1.41.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-v2.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Co-authored-by: 卿珂 <[email protected]>
👀 PR includes
🐛 Bugfix
🔧 Chore
📝 Description
在 #2026 这个 PR 中, 修复了无列头时行头对应的角头不显示, 但只考虑了平铺模式, 还需要兼容树状模式和开启序号的场景
🖼️ Screenshot
🔗 Related issue link
ref #2026
🔍 Self-Check before the merge