This commit is contained in:
dap 2025-01-18 08:42:53 +08:00
commit 1a166a797c

View File

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