导航栏返回主页

This commit is contained in:
2023-06-28 08:58:26 +08:00
parent 3aa9a993d5
commit 7ae02e2dde
8 changed files with 18 additions and 44 deletions

View File

@@ -43,6 +43,9 @@
<div class="popper__arrow"></div>
</div>
</div>
<div class="home_tip_wrap" @click="backHome">
<div class="iconfont icon_home"></div>
</div>
</div>
</div>
<div class="body-container">
@@ -128,6 +131,9 @@ export default {
this.$refs.content.classList.value = 'content overall_blue'
break
}
},
backHome () {
this.$router.push('/home')
}
}
}
@@ -167,6 +173,12 @@ export default {
margin-left 15px
vertical-align middle
_fj(center)
.home_tip_wrap
_wh(18px, 45px)
_fj(center)
margin-left 15px
.icon_home
_font(18px, 45px, #fff,,center)
.dropdown-wrap
position absolute
min-width 75px