刘洋 7 months ago
parent
commit
f070ddf3c8
1 changed files with 1 additions and 0 deletions
  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%);