Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next

This commit is contained in:
dap
2026-03-16 20:33:39 +08:00
358 changed files with 3665 additions and 2339 deletions

View File

@@ -34,7 +34,10 @@
.ant-message-notice-content,
.ant-notification-notice {
@apply dark:border-border/60 dark:border;
&:is(.dark *) {
border-color: hsl(var(--border) / 60%);
border-width: 1px;
}
}
.form-valid-error {

View File

@@ -36,7 +36,10 @@
.ant-message-notice-content,
.ant-notification-notice {
@apply dark:border-border/60 dark:border;
&:is(.dark *) {
border-color: hsl(var(--border) / 60%);
border-width: 1px;
}
}
.form-valid-error {