src/views/productManage/silkRegisterForm/addPage.vue
@@ -239,12 +239,13 @@
              {{ form.finishDate }}
            </el-form-item>
          </div>
          <div class="list-view">
          <div class="list-view-two">
            <el-table
              ref="multipleTable"
              :data="tableTwoList.tableInfomation"
              tooltip-effect="dark"
              style="width: 100%"
              :height="'calc(100% - 0px)'"
            >
              <el-table-column label="车号" prop="ID" width="100">
              </el-table-column>
@@ -461,7 +462,7 @@
        ],
        // 组别 应该true
        workshopGroup: [
          { required: false, message: "请选择", trigger: ["change", "blur"] },
          { required: true, message: "请选择", trigger: ["change", "blur"] },
        ],
        circleTwo: [
          { required: true, message: "请填写", trigger: ["change", "blur"] },
@@ -903,7 +904,11 @@
    height: 45px;
  }
}
::v-deep .el-table .el-table__cell {
  padding: 6px 0 !important;
  height: 35px;
  text-align: center;
}
.custom-manage {
  height: 100%;
  overflow: hidden;
@@ -1036,8 +1041,8 @@
      }
    }
    .list-view {
      max-height: calc(100% - 90px - 10px);
    .list-view-two {
      height: calc(100% - 120px);
      overflow: hidden;
    }