From c74b482f0d78b43b4d7c43003f8e857e3998a446 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 7 Mar 2025 14:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E9=A2=84=E8=A7=88=E6=A0=B7?= =?UTF-8?q?=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/views/none-dicom-show/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue index 9440a1cd..370c7bfe 100644 --- a/src/views/none-dicom-show/index.vue +++ b/src/views/none-dicom-show/index.vue @@ -495,4 +495,7 @@ export default { min-height: 48px; height: auto; } +::v-deep .el-collapse-item__content{ + padding-bottom: 0; +}