fix:图片文字区域或阈值可拖拽

pull/111/head
lihui_ocr 1 year ago
parent cb53ffcc2b
commit 831484af02

@ -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