Skip to content
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

消息提示的icon没有居中 #2977

Closed
fangxux opened this issue Aug 23, 2023 · 1 comment · Fixed by #2982
Closed

消息提示的icon没有居中 #2977

fangxux opened this issue Aug 23, 2023 · 1 comment · Fixed by #2982

Comments

@fangxux
Copy link

fangxux commented Aug 23, 2023

⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

  • [v] 已阅读 文档.
  • [v] 确保您的代码已是最新或者所报告的 Bug 在最新版本中可以重现. (部分 Bug 可能已经在最近的代码中修复)
  • [v] 已在 Issues 中搜索了相关的关键词
  • [v] 不是 ant design vue 组件库的 Bug

描述 Bug

image

复现 Bug

所有消息带有前icon都不居中

系统信息

  • 操作系统: mac
  • Node 版本: v18.16.0
  • 包管理器 (npm/yarn/pnpm) 及其版本: 8.6.2
@fangxux
Copy link
Author

fangxux commented Aug 23, 2023

修复:@/src/design/ant/index.less

span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell, .anticon-left, .anticon-right, .anticon-check-circle, .anticon-info-circle, .anticon-close-circle, .anticon-exclamation-circle, .anticon-loading) {
vertical-align: 0.125em !important;
}

@github-actions github-actions bot locked and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant