Browse Source

fix: antd button icon style (#5421)

pull/5428/head
Netfan 1 year ago
committed by GitHub
parent
commit
3f0f4d50a1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      packages/styles/src/antd/index.css

9
packages/styles/src/antd/index.css

@ -11,6 +11,15 @@
.anticon {
display: inline-flex;
}
/* * 修复按钮添加图标时的位置问题 */
svg {
display: inline-block;
}
svg + span {
margin-inline-start: 6px;
}
}
.ant-message-notice-content,

Loading…
Cancel
Save