From 9472c3489eb7bb0316f34aece30d1c16f939c492 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 15:36:20 +0800
Subject: [PATCH] 34

---
 src/views/myMine/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 64c823a..3aeb6ff 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -117,7 +117,6 @@
     const router=useRouter()
     const active=ref('my')
     const tabChang=(index:any)=>{
-        alert(index)
         if (index==='home'){
             router.push('/')
         } else {
@@ -259,7 +258,7 @@
     background: #166bd3;
 }
 .ButtonBody{
-    margin-top: 80px;
+    margin-top: 40px;
     width: 92%;
     margin-left: 4%;
     // background: #166bd3;

--
Gitblit v1.8.0