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) {