
.flip-list-move {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.no-move {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}
.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

.ant-table-thead > tr > th {
  padding: 5px 10px;
}
.ant-table-tbody > tr > td {
  padding: 2px 10px;
}
.order-list .item {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.order-list .item:hover {
  cursor: move;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

