From 610f471c168a53220f78222077e9ba44ccc297c0 Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Sat, 11 Jul 2026 09:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/Index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 72a92049..80762c01 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -891,6 +891,10 @@ getAllApi() background: #f5f7fa; } +.home-page.is-fullscreen > * { + flex-shrink: 0; +} + .home-section { margin-bottom: 16px; }