/*
 * @Author       : wfl
 * @LastEditors  : wfl
 * @description  :
 * @updateInfo   :
 * @Date         : 2022-11-09 19:30:52
 * @LastEditTime : 2022-11-09 19:40:48
 */
.sorting {
  table {
    tbody tr {
      cursor: move;
      user-select: none;
    }
  }
}
