From 907d9c7380eaa8d9227764f56f5db9d2f9ca9641 Mon Sep 17 00:00:00 2001 From: changyunju <2743319061@qq.com> Date: Tue, 24 Jun 2025 10:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=20Signed-off-by:=20c?= =?UTF-8?q?hangyunju=20<2743319061@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/KeyNodeRecognition1.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/KeyNodeRecognition1.vue b/src/views/KeyNodeRecognition1.vue index 3a50d50..e89a2ec 100644 --- a/src/views/KeyNodeRecognition1.vue +++ b/src/views/KeyNodeRecognition1.vue @@ -296,4 +296,5 @@ onUnmounted(() => { .modal-content { position: relative; background-color: #0d1b38; padding: 20px; border-radius: 8px; border: 1px solid #3a95ff; box-shadow: 0 0 25px rgba(58, 149, 255, 0.5); width: 80vw; height: 75vh; display: flex; flex-direction: column; } .close-btn { position: absolute; top: 10px; right: 15px; background: none; border: none; color: #a7c5d4; font-size: 24px; cursor: pointer; } .details-chart-container { width: 100%; flex-grow: 1; } - \ No newline at end of file + + \ No newline at end of file