From 58218ad9c483d82e8e53eaf80dc31e5e01bd3e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E8=AF=9A?= <1009578407@qq.com> Date: Sat, 29 Aug 2026 08:45:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A6=96=E9=A1=B5=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E9=80=82?= =?UTF-8?q?=E9=85=8D=EF=BC=88=E6=8D=A2=E8=A1=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/views/platform/zhghh5/sys/home/home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/zhghh5/sys/home/home.js b/src/main/resources/views/platform/zhghh5/sys/home/home.js index adc8c66b..b5c928aa 100644 --- a/src/main/resources/views/platform/zhghh5/sys/home/home.js +++ b/src/main/resources/views/platform/zhghh5/sys/home/home.js @@ -835,9 +835,9 @@ const home = { .quick-scroll-grid { display: grid; - grid-auto-flow: column; + grid-auto-flow: row; + grid-template-columns: repeat(4, 25%); grid-template-rows: repeat(2, 86px); - grid-auto-columns: 25%; min-width: 100%; }