index.less 126 B

12345678910
  1. @charset "utf-8";
  2. @import '../../style/core';
  3. .drag {
  4. position: absolute;
  5. cursor: move;
  6. }
  7. .drag:hover {
  8. z-index: 50;
  9. }