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']);