-
Notifications
You must be signed in to change notification settings - Fork 134
feat: develop scrollBar to replace scrollable component #826
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
Conversation
Codecov ReportBase: 91.25% // Head: 91.04% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #826 +/- ##
==========================================
- Coverage 91.25% 91.04% -0.21%
==========================================
Files 187 188 +1
Lines 5900 6067 +167
Branches 1430 1474 +44
==========================================
+ Hits 5384 5524 +140
- Misses 510 537 +27
Partials 6 6
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. |
今天又试了下,不是一个必现的Bug |
0edac7e
to
c0e5f0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
简介
主要变更
从 diff 可以看出来,在大部分场景下直接替换组件即可。需要额外说明的场景有如下
flex:1
导致无法获取其准确高度,所以需要做出一些修改遗留问题