From 2e8379f46c288380b2478e23611dd07423cd48fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 28 Mar 2023 10:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AF=BE=E7=A8=8Btab?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index/index.module.scss b/src/pages/index/index.module.scss index 01ac0a5..465fd8d 100644 --- a/src/pages/index/index.module.scss +++ b/src/pages/index/index.module.scss @@ -108,6 +108,7 @@ } } } + @keyframes scaleTransX { 0% { transform: translateX(0px); @@ -127,7 +128,7 @@ height: auto; margin: 0 auto; box-sizing: border-box; - padding-top: 14px; + padding-top: 34px; display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr));