
.tables[data-v-5b6fbfe3] .sortable-ghost {
  opacity: 0.8;
  color: #fff !important;
}
.tables[data-v-5b6fbfe3] .el-tag {
  cursor: move;
}
.tables[data-v-5b6fbfe3] td:has(.cant-drag) {
  cursor: default;
}


/* 讓換行符生效 */
[data-v-64b28068] div.cell {
  white-space: pre-line; /* 保留換行符 */
}

