-
Notifications
You must be signed in to change notification settings - Fork 1.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(collapse): add 'header-extra' slot #1064
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tusimple/naive-ui/645zkcUxnnCUYeKAnRuuPtuX72iy |
Codecov Report
@@ Coverage Diff @@
## main #1064 +/- ##
==========================================
- Coverage 47.33% 47.23% -0.10%
==========================================
Files 511 511
Lines 12638 12626 -12
Branches 3563 3555 -8
==========================================
- Hits 5982 5964 -18
- Misses 5639 5643 +4
- Partials 1017 1019 +2
Continue to review full report at Codecov.
|
display: flex; | ||
align-items: center; | ||
font-size: var(--font-size); | ||
font-weight: 400; |
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.
这个是从那里继承的,只在 header main 作用的话应该不会影响这里吧
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.
那就改成固定font-size: 14?
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.
我说的是 font-weight
close #1046