CD配唱片
2025-04-28 9090bb7dad196dfb3f60530491b21919c55c68e0
src/layout/components/Navbar.vue
@@ -17,13 +17,13 @@
          <template #dropdown>
            <el-dropdown-menu>
              <router-link to="/user/profile">
                <el-dropdown-item>个人中心</el-dropdown-item>
                <el-dropdown-item>{{$t(`topNav.center`)}}</el-dropdown-item>
              </router-link>
              <!-- <el-dropdown-item command="setLayout" v-if="settingsStore.showSettings">
                <span>布局设置</span>
              </el-dropdown-item> -->
              <el-dropdown-item divided command="logout">
                <span>退出登录</span>
                <span>{{$t(`topNav.logout`)}}</span>
              </el-dropdown-item>
            </el-dropdown-menu>
          </template>
@@ -96,7 +96,7 @@
  overflow: hidden;
  position: relative;
  background: var(--navbar-bg);
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  // box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  .hamburger-container {
    line-height: 46px;