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

  .content-left{
    width: 40%;
    float: left;
    //border: 1px solid #fc2b34;
    padding: 10px 0 0 10px;
  }

  .content-left-form{
    float: right;
    //border: 1px solid #fca118;
  }

  .content-right{
    width: 56%;
    float: right;
    //border: 1px solid #fca118;
    padding: 10px 0 0 10px;
  }

 .el-row{
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
   display: flex;
   flex-wrap: wrap
}

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

  .el-input{
    width: 300px;
  }

  .el-col{
    border-right: 1px solid grey;
    height: 45px;
  }
}