fix(overlay): 移除overlay-zIndex,避免zIndex props具备默认值导致css变量无效的使用困惑#3262
fix(overlay): 移除overlay-zIndex,避免zIndex props具备默认值导致css变量无效的使用困惑#3262xiaoyatong merged 1 commit intojdf2e:feat_v3.xfrom
Conversation
Walkthrough此次变更主要移除了 Overlay 组件中关于 z-index 的 SCSS 变量 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
💤 Files with no reviewable changes (6)
⏰ Context from checks skipped due to timeout of 90000ms (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #3262 +/- ##
==========================================
Coverage 87.75% 87.75%
==========================================
Files 290 290
Lines 19111 19111
Branches 2937 2937
==========================================
Hits 16770 16770
Misses 2336 2336
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
做一下废弃标注~ 避免现有用户还在用。比如在文档的 zIndex 属性位置,标注下,废弃了样式变量,请使用 zIndex 。 |
…lue confusion
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit
--nutui-overlay-zIndexCSS 变量的说明。