From 35744c13d05a5d1c3871f0318557fa9c86055dfd Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 3 Nov 2025 22:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/index.vue b/src/views/index.vue index b400ea0..a1699fc 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -238,6 +238,11 @@ const handleGoNoticeList = () => { text-align: center; padding: 38px 40px; cursor: pointer; + + .custom-icon { + width: 160px; + height: 140px; + } } .grid-item4-margin { @@ -304,18 +309,21 @@ const handleGoNoticeList = () => { background-image: url("../assets/images/calibrationPlatform.png"); background-repeat: no-repeat; background-position: right bottom; + background-size: 160px 140px; } .PPTAnalysisTool { background-image: url("../assets/images/PPTAnalysisTool.png"); background-repeat: no-repeat; background-position: right bottom; + background-size: 160px 140px; } .longitudeConversion { background-image: url("../assets/images/longitudeConversion.png"); background-repeat: no-repeat; background-position: right bottom; + background-size: 160px 140px; } .title-label {