index.less 432 Bytes
.zrz {
  min-height: 200px;
  width: 100%;
  margin-top: 10px;
  float: left;

  .el-input__inner{
    width: 100%;
    border: 0;
  }

  textarea{
    width: 100%;
    border: 0;
  }


  .el-form-item{
    font-weight: bold;
    font-size: xx-large
  }

  table{
    background: #fff;
  }

  td{
    //bgcolor:#F1F4FC;
    bgcolor:#fff;
    width:8.33%
  }

  .el-select{
    display:block;
  }

  table{
    font-size: 14px;
  }
}