From eec8ad757313af4ab645c1f5bbc08fcb742817bd Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 12 Apr 2024 19:13:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=B2=89=E6=B5=B8?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 29 ++++++++++++++++------------ src/views/task/content/TaskTable.vue | 8 ++++---- src/views/task/index.vue | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 15f6c00..7b738b9 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -760,6 +760,7 @@ function sortHandler(orderby: "similarityScore" | "createdate") { isFullScreen ? { height: '596px', + } : {} " @@ -803,13 +804,15 @@ function sortHandler(orderby: "similarityScore" | "createdate") { ? imgbigshow ? { position: 'relative', - flex: 0.75, + //width: '70vw', + flex: 1, + // flex: 0.75, 'background-image': `url(${taskDetailInfo?.ocrPicture?.imgurl})`, } : { height: '92vh', - flex: 1, - + //flex: 1, + 'background-image': `url(${taskDetailInfo?.ocrPicture?.imgurl})`, } : { @@ -820,7 +823,7 @@ function sortHandler(orderby: "similarityScore" | "createdate") { @mouseleave="leaveTaskHandler" @click="previewHandler" > -
+
-
-
+
+
相似图片({{ totalCount }})
- {{ taskDetailInfo.fromtaskname }} - -
+
+
- + - {{ item[0].value }} + {{ item[0].value }} {{ item[1].label }} @@ -55,10 +55,10 @@ function getrowvalue(row) { :class="item[1].blue ? 'blue' : ''" @click="getrowvalue(item[1])" > - + - {{ item[1].value }} + {{ item[1].value }} diff --git a/src/views/task/index.vue b/src/views/task/index.vue index da75ee2..467e92d 100644 --- a/src/views/task/index.vue +++ b/src/views/task/index.vue @@ -33,7 +33,7 @@ function setAsideItemName(text) { top:0 } :deep(.ip_box){ - z-index: 105; + z-index: 50; } .main { display: flex;