.query-items .item[data-v-2c7a2a83],
.table-items .item[data-v-2c7a2a83] {
  display: inline-block;
  min-width: 100px;
  padding: 10px 20px;
  margin: 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.query-items .item[data-v-2c7a2a83]:hover,
.table-items .item[data-v-2c7a2a83]: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);
}
.query-items .item[data-v-2c7a2a83] {
  width: 100%;
}

