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;