fix: 补齐过期首帧素材定位与图库影响提示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user