fix : 完善页面细节
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user