-
Notifications
You must be signed in to change notification settings - Fork 129
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
refactor: update the Scrollable component #380
Conversation
Codecov Report
@@ Coverage Diff @@
## main #380 +/- ##
==========================================
+ Coverage 65.83% 66.04% +0.21%
==========================================
Files 176 176
Lines 4768 4780 +12
Branches 1030 1031 +1
==========================================
+ Hits 3139 3157 +18
+ Misses 1610 1604 -6
Partials 19 19
Continue to review full report at Codecov.
|
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
Description
重构
Scrollable
组件Changes
thumbStyle
属性,默认滚动条border
为0
className isShowShadow thumbStyle trackStyle
自定义属性添加单元测试忽略
Scrollable
部分原生逻辑测试