From 8376191b19904a61c4531318c0c9bd07e5ed5355 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 17 Jan 2024 10:41:21 +0800 Subject: [PATCH] chore: update --- src/App.vue | 13 +++++++++++-- src/layout/index.vue | 27 --------------------------- 2 files changed, 11 insertions(+), 29 deletions(-) diff --git a/src/App.vue b/src/App.vue index f675b20df..5b1ef2609 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,9 +6,9 @@ diff --git a/src/layout/index.vue b/src/layout/index.vue index a306da000..88aa60b95 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -196,13 +196,6 @@ const layoutHeader = defineComponent({ - - 回顾2023! - @@ -237,24 +230,4 @@ const layoutHeader = defineComponent({ .re-screen { margin-top: 12px; } - -@keyframes pulse { - 0%, - 100% { - transform: scale(1); - } - - 50% { - transform: scale(1.3); - } -} - -.review { - font-size: 18px; - animation: pulse 2s 3; - - &:hover { - opacity: 0.75; - } -}