From bb3a9cc116302925e4e0501685715e07e64b3d41 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 22 Jan 2026 17:04:52 +0800 Subject: [PATCH] style: Platform Integration Page Style Optimization --- frontend/src/views/system/platform/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/system/platform/index.vue b/frontend/src/views/system/platform/index.vue index f070ba0e..0a935fe1 100644 --- a/frontend/src/views/system/platform/index.vue +++ b/frontend/src/views/system/platform/index.vue @@ -66,6 +66,8 @@ onMounted(() => { border-radius: 12px; border: 1px solid #dee0e3; + min-height: fit-content; + height: auto; } .not-first { margin-top: 16px;