
#productDiv {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEEF5;
  padding-bottom: 8px;
}
#productDiv .el-input {
  width: 400px;
  margin-right: 10px;
}

@charset "UTF-8";
#changeProduct_cq9y .qualifyPre {
  float: right;
  margin: 0 5px;
}
.el-table__fixed-footer-wrapper {
  bottom: -5px;
}
.el-table__body-wrapper {
  z-index: 2;
}
.el-table .warning-row {
  background: #f84c4c;
}
.search-button {
  position: absolute;
  right: 0;
  border: none;
  /* 其他样式 */
}


html, body, #productDetails, #changeApply {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
html, body, #qualificationInfo, #changeApply {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.editInfo {
    overflow: hidden;
    height: calc(100% - 40px);
    width: 100%;
}
.editInfo > div {
    height: 100%;
    overflow-y: auto;
}
.el-scrollbar__wrap {
    overflow-x: hidden;
}
.el-card__body{
    height: calc(100% - 30px);
}
#changeApply .btnList {
    padding-bottom: 7px;
    border-bottom: 1px solid #EBEEF5;
    float: left;
    width: 100%;
}
#changeApply .btn1 {
    float: left;
}
#changeApply .searchBox {
    float: right;
    width: 30%;
}
#changeApply .BasicForm {
    border-bottom: 1px solid #EBEEF5;
    height: 150px;
}
#changeApply .qualifyPre {
    float: right;
    margin: 0px 5px;
}
#qualificationDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 8px;
}
#qualificationDiv .el-input {
    width: 250px;
    margin-right: 10px;
}
#productDiv1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 8px;
}
#productDiv1 .el-input {
    width: 200px;
    margin-right: 10px;
}
.related-product .button {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}


