-
Notifications
You must be signed in to change notification settings - Fork 395
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
feat: box panel generate child with className #1706
Conversation
/publish |
🎉 PR Next version 2.20.3-next-1663831226.0 publish successful! You can install prerelease version via
|
/publish |
🎉 PR Next version 2.20.3-next-1663831756.0 publish successful! You can install prerelease version via
|
Codecov ReportBase: 57.58% // Head: 57.58% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## v2.20 #1706 +/- ##
=======================================
Coverage 57.58% 57.58%
=======================================
Files 1255 1255
Lines 78349 78375 +26
Branches 16406 16416 +10
=======================================
+ Hits 45115 45131 +16
- Misses 30237 30245 +8
- Partials 2997 2999 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
Types
Background or solution
原来我们将 Top Slot 的 zIndex 设置的比较高以便于我们顶部的 popOver 可以展示出来。
所以 #1676 这个修复在支付宝小程序 IDE 上还是没生效,我们现在可以动态调整 zIndex,但是 BoxPanel 并没有生成这些 SlotRenderer 的 className,导致我们取不到这个 DOM
Changelog
BoxPanel generate child with className