From aeb41b5dcd8e07b623d77d1f49922f0a45499a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 19 Sep 2025 15:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8B=E6=96=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=87=E5=AD=97=EF=BC=8C=E5=90=8C=E6=97=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=82=AC=E5=81=9C=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/HistoryRecord.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/components/HistoryRecord.vue b/src/views/components/HistoryRecord.vue index f234368..37c8be5 100644 --- a/src/views/components/HistoryRecord.vue +++ b/src/views/components/HistoryRecord.vue @@ -187,19 +187,21 @@
-
+
icon +
公告
-
+
+
用户反馈
@@ -1216,10 +1218,14 @@ onMounted(() => { .bottom-btn { width: 50%; display: flex; + flex-direction: column; justify-content: center; align-items: center; cursor: pointer; } +.bottom-btn:hover { + transform: scale(1.2); +} .mobile-bottom-btn { width: 100%; @@ -1239,9 +1245,9 @@ onMounted(() => { width: auto; } -.bottom-feedback:hover { +/* .bottom-feedback:hover { transform: scale(1.2); -} +} */ .bottom-announcement { width: 30%; @@ -1260,9 +1266,9 @@ onMounted(() => { font-size: 1.1rem; } -.bottom-announcement:hover { +/* .bottom-announcement:hover { transform: scale(1.2); -} +} */ /* 移动端适配 */ @media (max-width: 768px) {