fix: antd button icon style (#5421)

This commit is contained in:
Netfan 2025-01-17 14:30:49 +08:00 committed by GitHub
parent 2d0859a727
commit 3f0f4d50a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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