修改头部显示

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
+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>