From 03a5472ee69243f08dfafab721274ad126daee7b Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Wed, 30 Apr 2025 21:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B3=E5=B0=86=E5=8F=96=E6=B6=88=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 4a27f30..4b53893 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -97,7 +97,7 @@ export default { max-width: 304px; min-height: 614px; grid-template-columns: repeat(1, 1fr); /* 1列等分 */ - grid-template-rows: repeat(8,minmax(60px,1fr)); /* 8行高度120px */ + grid-template-rows: repeat(8,90px); /* 8行高度120px */ } }