From 1e041144b8874f81465cfb23f512ec96cc0426b7 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 12 Apr 2024 15:44:55 +0800 Subject: [PATCH] =?UTF-8?q?FIX:=E7=AC=AC=E5=9B=9B=E6=AC=A1=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 44 ++++++++++++++++++++++-------- src/views/task/index.vue | 3 ++ 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 591a015..e9a6047 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -98,7 +98,14 @@ const fullscreenStyles = computed(() => ({ left: isFullScreen.value ? '0' : '', zIndex: isFullScreen.value ? '100' : '', })) - +const fullscreenStylestwo = computed(() => ({ + width: isFullScreen.value ? '100vw' : '', + height: isFullScreen.value ? '100vh' : '', + position: isFullScreen.value ? 'fixed' : '', + top: isFullScreen.value ? '0' : '', + left: isFullScreen.value ? '0' : '', + zIndex: isFullScreen.value ? '160' : '', +})) onMounted(() => { window.addEventListener('keydown', handleKeydown) @@ -470,6 +477,7 @@ onUnmounted(() => { }) function immersionHandler() { + imgbigshow.value=true // taskStore.updateImmersion() toggleFullScreen() } @@ -661,7 +669,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
@@ -771,6 +779,12 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') { : {} " > +
+
- + {{ taskDetailInfo.fromtaskname }}
@@ -1096,11 +1114,11 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
-
-
+
+
+
{{ item[0].value }}
@@ -1658,7 +1678,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') { .action { position: absolute; - z-index: 3; + width: 100%; height: 100%; display: flex; diff --git a/src/views/task/index.vue b/src/views/task/index.vue index 9eb6e38..da75ee2 100644 --- a/src/views/task/index.vue +++ b/src/views/task/index.vue @@ -32,6 +32,9 @@ function setAsideItemName(text) { :deep(.wrapper){ top:0 } +:deep(.ip_box){ + z-index: 105; +} .main { display: flex; flex-direction: row;