element-ui输入框样式调整

时间:2020-05-02 21:07:28   收藏:0   阅读:351
      .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;
      }

 

原文:https://www.cnblogs.com/wuqilang/p/12819375.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!