element-ui输入框样式调整

      .el-form-item{
        margin-bottom: 20px;
      }
      .el-input{
        width: 200px;
      }
      .el-form-item__label{
        line-height: 32px;
      }
      .el-input__inner{
        height: 32px;
      }
      .el-form-item__content,.el-select__caret{
        line-height: 32px;
      }

猜你喜欢

转载自www.cnblogs.com/wuqilang/p/12819375.html