This commit is contained in:
dap
2025-02-04 18:40:47 +08:00
8 changed files with 86 additions and 74 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;