完善视频提炼和视频复刻完善提交测试

This commit is contained in:
Azmat@qq.com
2026-08-28 10:15:15 +08:00
parent 52c5cdae1d
commit 849b14a0f6
33 changed files with 1475 additions and 208 deletions
+7
View File
@@ -3456,3 +3456,10 @@
.yz-image .result-panel { height: auto; min-height: 420px; }
.yz-image .studio-layout { grid-template-columns: 1fr; height: auto; }
}
/* 参考图可直接拖进输入区 */
.yz-image .image-composer.is-dragover {
outline: 1.5px dashed var(--heat);
outline-offset: 4px;
border-radius: var(--r-md, 8px);
}