From 1427be34fd81218835cf07740544361c65e4d935 Mon Sep 17 00:00:00 2001 From: ch197511161 Date: Sat, 13 Dec 2025 15:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PowerStation/ModelPropertiesPanel.vue | 22 ++++++++-------- server/api/power-station/properties.get.ts | 25 +++++++++++++++++-- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/app/components/PowerStation/ModelPropertiesPanel.vue b/app/components/PowerStation/ModelPropertiesPanel.vue index 031bf14..052c07c 100644 --- a/app/components/PowerStation/ModelPropertiesPanel.vue +++ b/app/components/PowerStation/ModelPropertiesPanel.vue @@ -142,11 +142,11 @@ :src="image.thumb" :alt="image.meta.title" fit="contain" - class="w-full h-24" + class="w-full h-18" lazy > @@ -181,7 +181,7 @@ :interval="3000" arrow="always" indicator-position="outside" - height="200px" + height="150px" class="rounded-lg overflow-hidden" > @@ -330,7 +330,7 @@