修改头部显示

This commit is contained in:
monanxiao
2024-10-15 11:54:15 +08:00
parent b03598b061
commit 9a725515ec
4 changed files with 13 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"hash": "b40a7241",
"configHash": "e4e9a696",
"lockfileHash": "e3b0c442",
"browserHash": "3514e43b",
"optimized": {},
"chunks": {}
}
+3
View File
@@ -0,0 +1,3 @@
{
"type": "module"
}
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="avatar">
<img src="../../../assets/images/avart.jpg" alt="avatar" />
</div>
<span class="username" :style="{ color: themeConfig.footColor }">BIG CUTE</span>
<span class="username" :style="{ color: themeConfig.footColor }">超级管理员</span>
</div>
<template #dropdown>
<el-dropdown-menu>
+1 -1
View File
@@ -14,7 +14,7 @@
<!-- <Driver></Driver> -->
<fullScreen></fullScreen>
<avatar></avatar>
<setting></setting>
<!-- <setting></setting>-->
</div>
</div>
</template>