From 9e98eea8f4f2826ca13afbc3d1ef76d04995b307 Mon Sep 17 00:00:00 2001 From: expressgy Date: Mon, 1 Jul 2024 18:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/pacman.css | 1 - src/components/Pacman/index.vue | 4 ++-- src/views/SignIn/index.vue | 22 +++++++++++++--------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/assets/pacman.css b/src/assets/pacman.css index 2d0531a..3690c24 100644 --- a/src/assets/pacman.css +++ b/src/assets/pacman.css @@ -8,7 +8,6 @@ align-items: center; justify-content: center; z-index: 10000; - border: 2px solid #cdcdcd; } .ear{ diff --git a/src/components/Pacman/index.vue b/src/components/Pacman/index.vue index 07abc71..38d5ce9 100644 --- a/src/components/Pacman/index.vue +++ b/src/components/Pacman/index.vue @@ -4,8 +4,8 @@ defineProps(['loading']);