Browse Source

调整网页顶栏布局样式与对齐

Shinohara Haruna 5 months ago
parent
commit
40fdfdfe45
1 changed files with 1 additions and 2 deletions
  1. 1 2
      smsb-plus-ui/src/layout/components/Navbar.vue

+ 1 - 2
smsb-plus-ui/src/layout/components/Navbar.vue

@@ -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();