xbx #134

Merged
theluyuan merged 34 commits from xbx into master 2020-11-18 06:56:15 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 5e2db3ad91 - Show all commits

View File

@ -2,7 +2,10 @@
<div class="menu"> <div class="menu">
<div class="user" style="overflow: hidden;"> <div class="user" style="overflow: hidden;">
<div class="user" :class="{'seltop': selnum == 0}"> <div class="user" :class="{'seltop': selnum == 0}">
<img :src="userinfo.img" alt="" class="head"> <!-- <img :src="userinfo.img" alt="" class="head"> -->
<a-avatar :size="85" shape="circle" class="head" :src="userinfo.img">
<template v-slot:icon><UserOutlined /></template>
</a-avatar>
<div class="name">{{userinfo.name}}</div> <div class="name">{{userinfo.name}}</div>
</div> </div>
</div> </div>

View File

@ -1350,6 +1350,9 @@ export default defineComponent({
line-height: 23px; line-height: 23px;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
position: fixed;
bottom: 100px;
right: 300px;
} }
// .submit-btn:hover { // .submit-btn:hover {
// background: #08ae98; // background: #08ae98;