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%; }