From 830dc551e65f30b25128d4c7ccdbb2bc24ba837b Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 28 Oct 2024 14:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Home/Index/index.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/page/Home/Index/index.module.scss b/src/page/Home/Index/index.module.scss index 6ee0fb1..19a73cc 100644 --- a/src/page/Home/Index/index.module.scss +++ b/src/page/Home/Index/index.module.scss @@ -168,4 +168,10 @@ width: 70px; } } +} + +@media screen and (max-width: 1366px) { + .indexContentListItem { + width: calc(98% / 2) !important; + } } \ No newline at end of file