优化
This commit is contained in:
parent
3c31538c3a
commit
9314d9f7cb
@ -15,7 +15,10 @@
|
||||
</transition>
|
||||
<div class="navBar-right" v-if="isNav">
|
||||
<span>{{this.userInfo.realName}}</span>
|
||||
<el-tooltip class="item" effect="dark" :content="this.userInfo.mobile" placement="bottom">
|
||||
<InfoHeader :isShow='false' :obj='{src:this.userInfo.avatar}' />
|
||||
</el-tooltip>
|
||||
|
||||
<!-- <img :src="this.userInfo.avatar || ''" alt=""> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -169,7 +169,7 @@ export default {
|
||||
],
|
||||
series: [
|
||||
{
|
||||
barWidth: 20,
|
||||
barWidth: 15,
|
||||
name: '',
|
||||
type: 'bar',
|
||||
data: []
|
||||
@ -214,7 +214,7 @@ export default {
|
||||
],
|
||||
series: [
|
||||
{
|
||||
barWidth: 20,
|
||||
barWidth: 15,
|
||||
name: '直接访问',
|
||||
type: 'bar',
|
||||
data: []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user