From 0c2dbdb5a21029af33a799352be7b55d57523445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 29 Mar 2023 10:09:18 +0800 Subject: [PATCH] =?UTF-8?q?footer=E7=BD=AE=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.module.scss b/src/pages/index/index.module.scss index 465fd8d..9696e25 100644 --- a/src/pages/index/index.module.scss +++ b/src/pages/index/index.module.scss @@ -133,7 +133,7 @@ gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); position: relative; - min-height: 301px; + min-height: calc(100vh - 630px); } .extra {