src/views/myMine/index.vue
@@ -110,6 +110,7 @@ const router=useRouter() const active=ref('my') const tabChang=(index:any)=>{ alert(index) if (index==='home'){ router.push('/') } else { @@ -119,11 +120,9 @@ </script> <style lang="scss" scoped> .page{ background-color: #F6FAFF; background-color:#F6FAFF; position:relative; min-width: 375px; min-height: 800px; text-align: center; .hader{ margin-top: 20px; margin-bottom: 20px; @@ -210,6 +209,7 @@ // margin-bottom: 20px; } .serveItem{ text-align: center; margin-top: 20px; font-size: 13px; font-family: PingFangSC-Regular, PingFang SC;