From 641bb3bba79661a8f9e05b45014b48826ccdd4e0 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Tue, 9 Apr 2024 19:50:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=92=99=E5=B1=82=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E4=BC=98=E5=8C=96,=E6=8B=96=E6=8B=BD=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 68e2b55..f7c2738 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -648,6 +648,7 @@ function getrowValue(e) { :src="taskDetailInfo?.ocrPicture?.imgurl" /> +
@@ -674,16 +675,10 @@ function getrowValue(e) { " >
@@ -981,7 +976,7 @@ function getrowValue(e) { .big-mark { width: 100%; - height: 151px; + height: 210px; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, @@ -1040,10 +1035,6 @@ function getrowValue(e) { z-index: 3; left: 16px; bottom: 16px; - padding-left: 10px; - width: 195px; - background: rgba(216, 216, 216, 0.4); - border-radius: 7px; .time-item { display: flex; align-items: center; @@ -1093,6 +1084,18 @@ function getrowValue(e) { height: 129px; } } + /* .leftback { + position: absolute; + width: 100%; + height: 151px; + bottom: 0; + background: linear-gradient( + 180deg, + rgba(0, 0, 0, 0) 0%, + rgba(0, 0, 0, 0) 29%, + rgba(3, 0, 0, 0.73) + ); + }*/ } .right { @@ -1159,10 +1162,7 @@ function getrowValue(e) { z-index: 3; left: 3px; bottom: 3px; - width: 98%; - background: rgba(216, 216, 216, 0.4); - border-radius: 7px; .time-item { display: flex; align-items: center;