From 75059297ad3259da9e4ba65e9e9b0b5cbaa7dd7c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 15 Oct 2025 09:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomViewer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 8d091c24..6bf1934a 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -887,11 +887,11 @@ export default { .dicom-wrapper .dropdown-content { display: none; position: absolute; - left: 0; + left: -20px; top: 40px; color: #d0d0d0; background-color: #323232; - min-width: 80px; + min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border: 1px solid #4e4e4e; padding: 5px;