From 5169d368bf435dd87b3159e48d710f46c8804caf Mon Sep 17 00:00:00 2001 From: hz4th_coder Date: Mon, 20 Jul 2026 00:30:21 +0800 Subject: [PATCH] fix: v1.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 填了模型路径后红色线框变橙色(已更改标记) - setParam时实时更新线框样式,保留焦点不重建DOM 2. 二进制程序区域宽度缩小一半,运行模式区域扩大 --- static/css/style.css | 2 ++ static/index.html | 4 ++-- static/js/main.js | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index bbfba9a..a940d66 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -209,6 +209,8 @@ header h1 { .top-controls { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; } .control-group { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 200px; } +.control-group.control-group-small { flex: 0.5; min-width: 140px; } +.control-group.control-group-large { flex: 2; min-width: 300px; } .control-group label { font-size: 0.85em; color: var(--text-dim); font-weight: 500; } diff --git a/static/index.html b/static/index.html index 854e954..6b15d26 100644 --- a/static/index.html +++ b/static/index.html @@ -36,14 +36,14 @@ -
+
-
+