From bbf2dd16e668b94c84b0994e1fd7d653463edc80 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 9 May 2025 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90NM=E8=87=AA=E5=AE=9A=E4=B9=89=E3=80=91?= =?UTF-8?q?pet=E8=A7=86=E5=8F=A3=E6=94=BE=E5=A4=A7=E7=BC=A9=E5=B0=8F?= =?UTF-8?q?=EF=BC=8C=E6=A0=87=E8=AE=B0=E6=98=BE=E7=A4=BA=E7=9A=84=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=BA=A7=E7=94=9F=E4=BA=86=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/ReadPage.vue | 67 ++++++++++++------- 1 file changed, 41 insertions(+), 26 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 2dffb5e7..a5891b4c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -337,32 +337,34 @@
-
-
- -
- +
@@ -3041,7 +3043,20 @@ export default { width: 100%; position: relative; } - + .viewports-box { + display: grid; + position: absolute; + height: 100%; + width: 100%; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 9; + } + .viewports-box-down{ + z-index: 1; + } .grid-cell { border: 1px dashed #ccc;; display: flex;