diff --git a/frontend/admin-web/src/app/(dashboard)/notifications/notifications.module.scss b/frontend/admin-web/src/app/(dashboard)/notifications/notifications.module.scss index 286038d1..fc6207a8 100644 --- a/frontend/admin-web/src/app/(dashboard)/notifications/notifications.module.scss +++ b/frontend/admin-web/src/app/(dashboard)/notifications/notifications.module.scss @@ -23,10 +23,10 @@ } &__card { - background: $bg-card; + background: $card-background; border-radius: 12px; padding: 24px; - box-shadow: $shadow-card; + box-shadow: $shadow-base; } &__filters { @@ -203,7 +203,7 @@ display: flex; gap: 20px; font-size: 12px; - color: $text-tertiary; + color: $text-disabled; } // 表单样式 @@ -245,7 +245,7 @@ } &::placeholder { - color: $text-tertiary; + color: $text-disabled; } } @@ -257,7 +257,7 @@ &__formHint { font-size: 12px; - color: $text-tertiary; + color: $text-disabled; } &__modalFooter {