fix: ant tag icon default style (#5473)

This commit is contained in:
Netfan
2025-02-04 10:19:39 +08:00
committed by GitHub
parent a832edce0d
commit f8bb396dc4
2 changed files with 25 additions and 4 deletions

View File

@@ -13,15 +13,25 @@
}
/* * 修复按钮添加图标时的位置问题 */
svg {
> svg {
display: inline-block;
}
svg + span {
> svg + span {
margin-inline-start: 6px;
}
}
.ant-tag {
> svg {
display: inline-block;
}
> svg + span {
margin-inline-start: 4px;
}
}
.ant-message-notice-content,
.ant-notification-notice {
@apply dark:border-border/60 dark:border;