From 7b662f65bcff93a9409904a435d1dc583b209aa0 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Tue, 16 Sep 2025 18:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=9B=E5=BB=BA=E4=B8=8E?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BB=BB=E5=8A=A1=E6=A8=A1=E6=80=81=E6=A1=86?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 6 ++++++ app/templates/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index 87874c4..78eda54 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -8065,6 +8065,12 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) { margin-bottom: 8px; } +/* 创建与编辑任务模态框:插件配置与下方分割线间距 16px */ +#createTaskModal .form-group .jsoneditor, +#createTaskModal .form-group .jsoneditor-vue { + margin-bottom: 16px !important; +} + /* 海报视图资源失效警告按钮样式 */ .discovery-warning-btn { position: relative; diff --git a/app/templates/index.html b/app/templates/index.html index 3fbafc9..fe2f584 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2640,7 +2640,7 @@
- +