-
Notifications
You must be signed in to change notification settings - Fork 266
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): 修复意外地出现了滚动条 #2912
base: next
Are you sure you want to change the base?
fix(tabs): 修复意外地出现了滚动条 #2912
Conversation
变更概述步骤说明在 变更
可能相关的 PR
建议标签
建议评审人
庆祝诗歌
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 @@
## next #2912 +/- ##
=======================================
Coverage 84.02% 84.02%
=======================================
Files 220 220
Lines 17917 17917
Branches 2628 2628
=======================================
Hits 15055 15055
Misses 2857 2857
Partials 5 5 ☔ View full report in Codecov by Sentry. |
🤔 这个变动的性质是?
🔗 相关 Issue
#2653
Tabs数量较多意外出现滚动条
💡 需求背景和解决方案
小程序ScrollView的showScrollbar需要开启enhanced才会生效
https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html
☑️ 请求合并前的自查清单
Summary by CodeRabbit
ScrollView
组件中添加了enhanced
属性,可能提供了增强的性能或额外的功能。