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