perf: 替换头像;修改导航栏气泡样式

This commit is contained in:
“huailei000”
2022-11-29 12:33:17 +08:00
committed by huailei
parent 2097e8a361
commit 4850dce79b
3 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -39,7 +39,7 @@ export default {
name: 'AccountDropdown',
data() {
return {
avatarUrl: require('@/assets/img/admin.png'),
avatarUrl: require('@/assets/img/head-portrait.png'),
showApiKey: false
}
},

View File

@@ -215,5 +215,12 @@ export default {
display: none !important;;
}
}
>>> .el-badge__content {
color: var(--color-primary);
}
>>> .el-badge__content--primary {
background-color: #fff;
}
</style>