src/components/makepager/SearchCommonView.vue
@@ -174,7 +174,7 @@
  }
  .el-input__prefix,
  .el-input__suffix {
    height: 30px;
    // height: 30px;
  }
  .el-input__icon {
    line-height: 30px;
@@ -188,13 +188,13 @@
    }
    .el-input__suffix {
      // 处理前缀图标不垂直居中的问题
      height: auto;
      font-size: 15px;
      &-inner {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        display: flex;
      }
      // height: auto;
      // font-size: 15px;
      // &-inner {
      //   flex-direction: row-reverse;
      //   -webkit-flex-direction: row-reverse;
      //   display: flex;
      // }
    }
    .el-input--suffix .el-input__inner {
      padding-right: 45px;