mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 替换头像;修改导航栏气泡样式
This commit is contained in:
BIN
src/assets/img/head-portrait.png
Normal file
BIN
src/assets/img/head-portrait.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
@@ -215,5 +215,12 @@ export default {
|
||||
display: none !important;;
|
||||
}
|
||||
}
|
||||
|
||||
>>> .el-badge__content {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
>>> .el-badge__content--primary {
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user