fix : 完善页面细节

This commit is contained in:
2024-05-10 00:29:07 +08:00
parent 90de57698b
commit 371a55cfe1
5 changed files with 68 additions and 47 deletions

View File

@@ -7,7 +7,7 @@
<div class="user-box">
<div>
<!-- <img :src="userInfo.avatar" alt="" @click.stop="handleVisitedP">-->
<span>欢迎回来{{userInfo.userName}}</span>
<span @click.stop="handleVisitedP">欢迎回来{{userInfo.userName}}</span>
</div>
<div class="person" v-if="visitedP">
<ul>
@@ -81,6 +81,7 @@ const handleLogout = () => {
align-items: center;
.user-box{
cursor: pointer;
margin-left: 10px;
position: relative;
>div:first-child{