|
|
@@ -88,7 +88,7 @@
|
|
|
</template>
|
|
|
<div class="avatar-container">
|
|
|
<el-dropdown class="right-menu-item hover-effect" trigger="click" @command="handleCommand">
|
|
|
- <div class="avatar-wrapper" style="margin-top: -20px">
|
|
|
+ <div class="avatar-wrapper" style="margin-top: 0%">
|
|
|
<span class="menu-title" style="
|
|
|
max-width: 120px;
|
|
|
display: inline-block;
|
|
|
@@ -132,7 +132,6 @@ import useNoticeStore from '@/store/modules/notice';
|
|
|
import { getTenantList } from '@/api/login';
|
|
|
import { dynamicClear, dynamicTenant } from '@/api/system/tenant';
|
|
|
import { TenantVO } from '@/api/types';
|
|
|
-import notice from './notice/index.vue';
|
|
|
|
|
|
const appStore = useAppStore();
|
|
|
const userStore = useUserStore();
|