
.flex{
  display: flex;
}
.flex-row{
  flex-direction: row;
}


.batch-dialog {
  height: 600px;
  overflow: auto;
}


.search_item {
  margin-right: 10px;
}
.search_item i {
  cursor: pointer;
}
.listing_online-index-page {
  padding: 20px;
  box-sizing: border-box;
}
.listing_online-index-page .filter-form {
  overflow: hidden;
}
.listing_online-index-page .filter-form .li {
  float: left;
  min-width: 255px;
  margin-bottom: 20px;
}
.listing_online-index-page .el-table .cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing_online-index-page .filter-form {
  overflow: hidden;
}
.listing_online-index-page .filter-form .li {
  float: left;
  width: 255px;
}
.listing_online-index-page .border_change {
  border: 1px solid;
}
.listing_online-index-page .el-table .el-table__header .el-table__cell {
  height: 40px !important;
}
.listing_online-index-page .current-tab {
  background-color: black;
  color: #fff;
}

