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" > -