Merge pull request 'fix:图片中文字及阈值拖拽问题处理' (#111) from fix/changecontent into test

Reviewed-on: #111
pull/112/head
lihui_ocr 1 year ago
commit cda699acf8

13909
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -579,7 +579,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