-
-
Notifications
You must be signed in to change notification settings - Fork 50.3k
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
fix: Upload has empty space #48370
fix: Upload has empty space #48370
Conversation
Run & review this pull request in StackBlitz Codeflow. |
👁 Visual Regression Report for PR #48370 Failed ❌
Check Full Report for details |
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #48370 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 744 744
Lines 12866 12866
Branches 3365 3365
=========================================
Hits 12866 12866 ☔ View full report in Codecov by Sentry. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #48365
💡 Background and solution
span
所以选择了inline-block
,但是实际上照片墙总是占满区域,因而切换成block
是安全的。📝 Changelog
listType
withpicture-card
orpicture-circle
has additional space on top.listType
为picture-card
或picture-circle
时,上方有额外空隙的问题。☑️ Self-Check before Merge