From ff2e377e7d982feb41c13fc91652a037b2915194 Mon Sep 17 00:00:00 2001 From: Yifan Xiao <1993996310@qq.com> Date: Wed, 20 Mar 2024 13:43:35 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/assets/css/app.css | 1 - front-end/components/RSAppBar.vue | 2 +- front-end/components/RSSideBar.vue | 2 +- front-end/layouts/default.vue | 4 ++-- front-end/pages/index.vue | 9 ++------- front-end/tailwind.config.js | 3 +++ 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/front-end/assets/css/app.css b/front-end/assets/css/app.css index e170ce0..8f3d302 100644 --- a/front-end/assets/css/app.css +++ b/front-end/assets/css/app.css @@ -43,5 +43,4 @@ body { .page-enter-from, .page-leave-to { opacity: 0; - filter: blur(1rem); } diff --git a/front-end/components/RSAppBar.vue b/front-end/components/RSAppBar.vue index 69c51b9..6bf022b 100644 --- a/front-end/components/RSAppBar.vue +++ b/front-end/components/RSAppBar.vue @@ -1,5 +1,5 @@