-
Notifications
You must be signed in to change notification settings - Fork 269
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(empty): correct css margin and docs #2819
Conversation
Walkthrough本次变更主要针对 Changes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
💤 Files with no reviewable changes (5)
🔇 Additional comments (2)src/packages/empty/empty.scss (2)
增加到 24px 的上边距能为基础尺寸版本提供更好的视觉层次感和空间布局。
减小到 16px 的上边距与小尺寸版本的整体比例更加协调,维持了良好的视觉平衡。 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #2819 +/- ##
==========================================
Coverage 83.98% 83.98%
==========================================
Files 220 220
Lines 17882 17882
Branches 2676 2676
==========================================
Hits 15019 15019
Misses 2858 2858
Partials 5 5 ☔ View full report in Codecov by Sentry. |
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit
新特性
Empty
组件的文档,增加了使用示例和属性说明,提升了文档的清晰度和可用性。actions
属性,支持自定义操作。文档
Empty
组件的使用方法、属性及其默认值。样式
Empty
组件中操作容器的边距,优化了组件的外观。