|
|
|
@ -760,6 +760,7 @@ function sortHandler(orderby: "similarityScore" | "createdate") {
|
|
|
|
|
isFullScreen
|
|
|
|
|
? {
|
|
|
|
|
height: '596px',
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
: {}
|
|
|
|
|
"
|
|
|
|
@ -803,12 +804,14 @@ 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"
|
|
|
|
|
>
|
|
|
|
|
<div v-show="overTask" class="action">
|
|
|
|
|
<div v-show="overTask" class="action" style="z-index: 100">
|
|
|
|
|
<SvgIcon
|
|
|
|
|
style="cursor: pointer"
|
|
|
|
|
name="t1"
|
|
|
|
@ -959,13 +962,15 @@ function sortHandler(orderby: "similarityScore" | "createdate") {
|
|
|
|
|
class="right"
|
|
|
|
|
:style="
|
|
|
|
|
isFullScreen
|
|
|
|
|
? {
|
|
|
|
|
flex: '0.25',
|
|
|
|
|
? {flex: 0.3,
|
|
|
|
|
// flex: 0,
|
|
|
|
|
//width: '30vw',
|
|
|
|
|
borderLeft: '2px solid #507AFD',
|
|
|
|
|
position: 'relative',
|
|
|
|
|
borderRadius: 0,
|
|
|
|
|
height:'596px'
|
|
|
|
|
}
|
|
|
|
|
: {}
|
|
|
|
|
: { flex: 0.5}
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
@ -1073,11 +1078,11 @@ function sortHandler(orderby: "similarityScore" | "createdate") {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<n-scrollbar v-else style="max-height: 100%">
|
|
|
|
|
<n-ellipsis
|
|
|
|
|
<div
|
|
|
|
|
:style="{ fontSize: '22px', fontWeight: 500, color: '#0D0B22' }"
|
|
|
|
|
>
|
|
|
|
|
{{ taskDetailInfo.fromtaskname }}
|
|
|
|
|
</n-ellipsis>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tags">
|
|
|
|
|
<div
|
|
|
|
|
v-if="taskDetailInfo?.userapprove?.statshis == 1"
|
|
|
|
|