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;
      }

 

posted @ 2020-05-02 20:14  吴小明-  阅读(3569)  评论(0编辑  收藏  举报