From 63bc3b1dfcf7a9e16ad0df52c6525460a000f32c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 11:57:52 +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