From 4f4af7f86887242c6baff7f02e7c3e8b8ee5a7c2 Mon Sep 17 00:00:00 2001 From: kongweigen <421505648@qq.com> Date: Tue, 20 Jan 2026 18:52:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=80=82=E9=85=8D=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E6=B5=85=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/drama/ProfessionalEditor.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/web/src/views/drama/ProfessionalEditor.vue b/web/src/views/drama/ProfessionalEditor.vue index 47c08e5..53dfdd0 100644 --- a/web/src/views/drama/ProfessionalEditor.vue +++ b/web/src/views/drama/ProfessionalEditor.vue @@ -362,13 +362,12 @@ style="max-height: 280px; overflow-y: auto; overflow-x: hidden;"> -
+
上一镜头 #{{ previousStoryboard?.storyboard_number }} 尾帧 - 点击添加为首帧参考 + 点击添加为首帧参考
{ } } + .previous-frame-section { + margin-bottom: 12px; + padding: 8px; + background: var(--bg-secondary); + border: 1px solid var(--border-primary); + border-radius: 6px; + + .hint-text { + color: var(--text-muted); + font-size: 11px; + } + } + .reference-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important;