diff --git a/src/components/footer-nav/index.vue b/src/components/footer-nav/index.vue
index e4c9a38f..aa99b90c 100644
--- a/src/components/footer-nav/index.vue
+++ b/src/components/footer-nav/index.vue
@@ -11,7 +11,7 @@
- {{ item.name }}
+ {{ item.name }}
@@ -84,6 +84,13 @@ const footer_nav_event = () => {
}
}
.br-2 {
- border: 0.2rem solid $cr-main;
+ &::before {
+ content: '';
+ position: absolute;
+ border: 0.2rem solid $cr-main;
+ inset: 0;
+ width: calc(100% + 0.4rem);
+ height: calc(100% + 0.4rem);
+ }
}