index.less 481 Bytes
.dz {
  min-height: 200px;
  width: 80%;
  margin-top: 10px;
  float: left;

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

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

  .dzTable{
    margin-top: 10px;
  }
}