3
0
刘洋 7 месяцев назад
Родитель
Сommit
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%);