element ui修改文本框高度以及图标不居中的问题

.el-input__inner{
  height:30px !important;
  .el-input__icon{
    line-height: 24px !important;
  }
  .el-range-separator{
    line-height:24px !important;
  }
}

posted @ 2022-03-08 23:15  谎渊  阅读(707)  评论(0)    收藏  举报