-
-
Notifications
You must be signed in to change notification settings - Fork 321
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: support classNames and styles #518
feat: support classNames and styles #518
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/AjaxUploader.tsx
Outdated
@@ -266,7 +266,8 @@ class AjaxUploader extends Component<UploadProps> { | |||
className, | |||
disabled, | |||
id, | |||
style, | |||
style: rootStyle, | |||
innerStyle, |
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.
名字太松散了,建议语义化掉。
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
==========================================
+ Coverage 87.00% 87.10% +0.10%
==========================================
Files 6 6
Lines 254 256 +2
Branches 62 63 +1
==========================================
+ Hits 221 223 +2
Misses 33 33
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: zombieJ <[email protected]>
No description provided.