fix: 增强浅色模式形态图片卡片背景层次

This commit is contained in:
GouJ
2026-09-14 11:04:05 +08:00
parent 18e3b81897
commit c1d152dfae
@@ -809,6 +809,10 @@ const rules = { concurrency: integerRule('批量并发'), limit: integerRule('
.form-image-card { .form-image-card {
@apply overflow-hidden; @apply overflow-hidden;
} }
/* 浅色卡片使用轻灰底,与白色画布区分;网格和瀑布流共用,深色保持原有层次。 */
:root:not([data-theme='dark']) .form-image-card {
background: var(--app-subtle);
}
.gallery-workspace-page .workspace-scroll-content { .gallery-workspace-page .workspace-scroll-content {
@apply pt-2; @apply pt-2;
} }