.table-toolbar-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 0px;
  background: #fff;
}

// ant-space ant-space-horizontal ant-space-align-center
.table-toolbar-container .table-toolbar-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.table-toolbar-container .table-toobar-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.table-space-item {
  display: inline-flex;
}

.table-space-item a {
  font-size: 14px;
  color: #666;
}

.table-space-item a:hover {
  color: #ff6f00;
}

.row-dragging {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ccc;
  overflow: hidden;
}

.row-dragging td {
  font-size: 12px;
  padding: 10px;
}
