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;