刘洋 7 달 전
부모
커밋
f070ddf3c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/admin/ocr/OcrTest.vue

+ 1 - 0
src/modules/admin/ocr/OcrTest.vue

@@ -351,6 +351,7 @@ export default {
           .box {
             user-select: none; /* 不可选中,为了拖拽时不让文字高亮 */
             position: absolute;
+            cursor: move;
             top: 50%;
             left: 50%;
             transform: translate(-50%, -50%);