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;