From 3eba46b487692034a9cf98cb436a58326f839994 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 26 Apr 2024 17:25:57 +0800 Subject: [PATCH 01/28] =?UTF-8?q?feat:=E8=83=8C=E6=99=AF=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 12 ++++++------ src/views/worksheet/content/Content.vue | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index e658afd..46d38e4 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -790,7 +790,7 @@ function nodrage() { : { height: '92vh', flex: 1, - + backgroundSize: 'cover', backgroundImage: `url(${taskDetailInfo?.ocrPicture?.imgurl ? taskDetailInfo?.ocrPicture?.imgurl : bgLoadingImg})`, } : { @@ -1534,12 +1534,12 @@ function nodrage() { .left { flex: 0.6; - background-size: cover; + background-size: auto 100%; background-position: center; background-repeat: no-repeat; border-radius: 8px; position: relative; - + background-color: #f2f2f2; .preview { position: absolute; right: 10px; @@ -1770,7 +1770,7 @@ function nodrage() { width: 122px; height: 70px; overflow: hidden; - background-size: cover; + background-size:cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; @@ -1842,7 +1842,7 @@ function nodrage() { width: 230px; height: 130px; overflow: hidden; - background-size: cover; + background-size:cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; @@ -2102,7 +2102,7 @@ function nodrage() { width: 230px; height: 130px; overflow: hidden; - background-size: cover; + background-size:cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index f81adb2..9578e85 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -669,6 +669,7 @@ defineExpose({ 'background-image': `url(${taskDetailInfo?.imgurl})`, 'flex': imgbigshow ? '0.6' : '0.98', 'height': imgbigshow ? ' 100%' : '80vh', + 'background-size': imgbigshow ? 'auto 100%' : 'cover', }" @mouseover="showAction" @@ -1080,11 +1081,12 @@ defineExpose({ .left { flex: 0.6; // background-size: auto 346px; - background-size: cover; + background-size: auto 100%; background-position: center; background-repeat: no-repeat; border-radius: 8px; position: relative; + background-color: #f2f2f2; // width: 632px; // height: 346px; From e9a145f3698935d28c4d306be43f28e7dc406312 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 26 Apr 2024 21:59:40 +0800 Subject: [PATCH 02/28] =?UTF-8?q?fix:=E7=BB=88=E5=AE=A1=E5=92=8C=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E4=B8=8B=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/final/index.vue | 1 + src/views/home/content/Content.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/final/index.vue b/src/views/final/index.vue index cff3bef..39fa7e0 100644 --- a/src/views/final/index.vue +++ b/src/views/final/index.vue @@ -60,5 +60,6 @@ onMounted(()=>{ flex-direction: row; box-sizing: border-box; width: 100%; + padding-bottom: 16px; } diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 6ae860a..b2f9b7e 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -715,7 +715,7 @@ defineExpose({ -
+
-
- 智能提示:{{ detail?.similarComplete || 0 }} 张图片相似度为100%重复图片,{{ +
智能提示:
+
{{ detail?.similarComplete || 0 }} 张图片相似度为100%重复图片,{{ detail?.passCount || 0 }}张审批状态为通过,剩余{{ detail?.pendingApprovaCount || 0 }}张图片建议审批为不通过! +
+
已选{{checkedRowKeys.length}}
-
已选{{checkedRowKeys.length}}
+
setShowSearch(true)) v-show="showSearch" @select="scrollHandler" @close="setShowSearch(false)" + :toolipvalue="'请输入提报人搜索'" />
- - - {{toolipvalue}} - + {