“dzb”
2022-11-04 08adb4c983eb728d3c8b567818331b35304d219c
解决顶部导航栏名字挤压
1个文件已修改
13 ■■■■ 已修改文件
src/views/layout/components/Header/index.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/components/Header/index.vue
@@ -260,7 +260,7 @@
  .header-left {
    display: flex;
    flex: 1;
    .menu-left__item {
      width: 120px;
@@ -285,9 +285,10 @@
  .header-right {
    display: flex;
    padding-left: 10vw;
    flex: 1;
    .item {
      width: 60px;
      width: 100%;
      position: relative;
      :deep(.is-fixed) {
@@ -302,12 +303,12 @@
    }
    .search {
      width: 200px;
      flex: 3;
    }
    .user {
      margin-left: 20px;
      width: 120px;
      flex: 2;
      display: flex;
      align-items: center;
      justify-content: center;
@@ -342,7 +343,7 @@
    }
    .btn {
      width: 60px;
      flex: 1;
      font-size: 20px;
      position: relative;