From 37b034c555dd0d18934e0c7be011eb07c1e60a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 14 Jul 2023 14:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=86=E7=B1=BB=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=A1=86=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 | 10 +--------- src/pages/index/index.tsx | 15 ++++++--------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/src/pages/index/index.module.scss b/src/pages/index/index.module.scss index 7e2a8ef..8ab7721 100644 --- a/src/pages/index/index.module.scss +++ b/src/pages/index/index.module.scss @@ -90,15 +90,7 @@ overflow: hidden; text-overflow: ellipsis; } -} - -.active-child-item { - width: 100%; - float: left; - height: auto; - box-sizing: border-box; - padding-left: 20px; - .category-child-tit { + .act-category-child-tit { width: 100%; font-size: 14px; font-weight: 400; diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index d7ff20f..0f4dae0 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -163,16 +163,13 @@ const IndexPage = () => { return ( <> {data.map((item: any) => ( -