fix: 补齐过期首帧素材定位与图库影响提示

This commit is contained in:
GouJ
2026-09-02 18:49:20 +08:00
parent f71d2bf0a4
commit 771b66cafc
11 changed files with 826 additions and 23 deletions
+12
View File
@@ -1460,6 +1460,18 @@ body {
gap: 12px;
min-width: 0;
}
/* 镜头影响和素材定位使用固定底色;高亮只表示当前定位,不代表素材失效。 */
.asset-impact-context {
padding: 14px 16px;
background: var(--app-subtle);
}
.asset-impact-select {
flex: 0 1 340px;
min-width: 0;
}
.form-image-card-focused {
box-shadow: inset 3px 0 0 var(--app-accent-text);
}
.select-control {
min-width: 130px;
}