From 86fdaef2168d2bde1f86af3fc8789fd6d42cec7a Mon Sep 17 00:00:00 2001 From: nisen Date: Tue, 5 Sep 2023 18:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/portal.scss | 12 --- src/views/grateful/GratefulHomePage.vue | 120 ++++++++++++++++-------- 2 files changed, 83 insertions(+), 49 deletions(-) diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss index 40e7c89e..590fc3dd 100644 --- a/src/assets/styles/portal.scss +++ b/src/assets/styles/portal.scss @@ -399,9 +399,6 @@ body {margin: 0px;padding: 0px;} .list { grid-template-columns: repeat(4, 255px); } - .noticeImg{ - height: 110px; - } .toolImg{ width: 80px; height: 80px; @@ -484,9 +481,6 @@ body {margin: 0px;padding: 0px;} .list { grid-template-columns: repeat(4, 332px); } - .noticeImg{ - height: 120px; - } .liList{ margin-top: 10px; } @@ -536,9 +530,6 @@ body {margin: 0px;padding: 0px;} .list { grid-template-columns: repeat(4, 400px); } - .noticeImg{ - height: 150px; - } .liList{ margin-top: 24px; } @@ -587,9 +578,6 @@ body {margin: 0px;padding: 0px;} .list { grid-template-columns: repeat(4, 445px); } - .noticeImg{ - height: 169px; - } .liList{ margin-top: 32px; } diff --git a/src/views/grateful/GratefulHomePage.vue b/src/views/grateful/GratefulHomePage.vue index 28ced403..3befe95b 100644 --- a/src/views/grateful/GratefulHomePage.vue +++ b/src/views/grateful/GratefulHomePage.vue @@ -40,7 +40,9 @@