-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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(ui): basic umi ui #10559
feat(ui): basic umi ui #10559
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: +843 B (0%) Total Size: 9.58 MB
ℹ️ View Unchanged
|
Codecov ReportBase: 29.11% // Head: 29.08% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #10559 +/- ##
==========================================
- Coverage 29.11% 29.08% -0.04%
==========================================
Files 449 450 +1
Lines 13322 13339 +17
Branches 3139 3141 +2
==========================================
Hits 3879 3879
- Misses 8786 8803 +17
Partials 657 657
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. |
*/ | ||
*, *::before, *::after { | ||
box-sizing: border-box; | ||
} |
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.
Umi UI 最好不要引入全局样式。
No description provided.