From 0dc7a1f582192f2b6d671614cfbcd3d01e8ae1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= Date: Tue, 14 Dec 2021 13:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/home/FifthSection/index.jsx | 4 +- src/home/FifthSection/index.scss | 78 +++++++------- src/home/FirstSection/index.scss | 20 ++-- src/home/Footer/index.scss | 31 ++++-- src/home/FourthSection/index.scss | 86 ++++++++------- src/home/SecondSection/index.jsx | 11 +- src/home/SecondSection/index.scss | 46 ++++---- src/home/SeventhSection/index.scss | 14 +++ src/home/ThirdSection/index.scss | 23 ++-- src/home/index.jsx | 159 ++++++++++++++++++++-------- src/home/index.scss | 86 ++++++++++++--- src/modules/tpm/NewHeader.js | 2 +- src/modules/tpm/NewHeader_backup.js | 4 +- 13 files changed, 367 insertions(+), 197 deletions(-) diff --git a/src/home/FifthSection/index.jsx b/src/home/FifthSection/index.jsx index 49b49891e..191cd4961 100644 --- a/src/home/FifthSection/index.jsx +++ b/src/home/FifthSection/index.jsx @@ -118,7 +118,7 @@ function FifthSection({ fifth, history }) { }); }, []); - function goTask(item){ + function goTask(item) { history.push(`/task?type=${item.id}`) // console.log(item); } @@ -131,7 +131,7 @@ function FifthSection({ fifth, history }) {