fix:图片中文字及阈值拖拽问题处理 #111

Merged
lihui_ocr merged 4 commits from fix/changecontent into test 2 years ago

11317
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -577,7 +577,11 @@ function switchBatch() {
/>
</div>
<div class="list">
<div v-for="item in taskDetailPictureList" :key="item.id" class="item">
<div v-for="item in taskDetailPictureList" :key="item.id" class="item" draggable="true" @dragend="
(event) => {
handleDragEnd(event, item);
}
">
<div
draggable="true"
class="img-wrapper"

Loading…
Cancel
Save