.flex-parent {
  display: flex;
  align-items:center;
  margin-bottom: 10px;
}
.left-div {
  width: 240px;
}
.flex-title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #6e778f;
  clear: both;
  font-weight: bold;
}
.flex-btn {
  width: 240px;
  text-align: right;
}
.headButton {
  text-align: right;
  margin-bottom: 10px;
}

.table-top {
  margin-top: 10px;
  .el-form-item {
    margin-bottom: 0px;
  }
}

.btn-marginRight {
  margin-right: 10px;
}

.table-item {
  .el-form-item {
    margin-bottom: 0px;
  }
}

.btn-operate {
  height: 40px;
}

.export-btn {
  width: 88px;
  float: right;
}
