mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
src/components/IndexHeader.vue
@@ -265,13 +265,14 @@
  .right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    .el-input ::v-deep {
      input {
        height: 62px;
        height: 50px;
        width: 180px;
        background-color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.05) !important;
        border: none;
        border-radius: 0;
        color: #fff;
@@ -282,13 +283,14 @@
      }
      .el-input__suffix {
        padding-top: 23px;
        padding-right: 23px;
        padding-top: 17px;
        padding-right: 19px;
      }
      .iconList {
      .search {
        color: #fff;
          color: #fff !important;
        cursor: pointer;
        }
      }
    }
@@ -313,8 +315,8 @@
    }
    .userImg {
      height: 48px;
      width: 48px;
      height: 28px;
      width: 28px;
      margin: 0 20px;
    }
  }