From 7e21325fa1642b92c62f00fa927d686e4d08a0db Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 5 Aug 2024 16:22:21 +0800 Subject: [PATCH] 1 --- src/views/dicom-show/dicom-preview.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/dicom-show/dicom-preview.vue b/src/views/dicom-show/dicom-preview.vue index fa57173c..6fd73d4f 100644 --- a/src/views/dicom-show/dicom-preview.vue +++ b/src/views/dicom-show/dicom-preview.vue @@ -8,10 +8,10 @@ -
+
{{ studyTitle }}
-
+
{{ seriesCount }} Series
@@ -132,8 +132,7 @@ export default { }) if (!studyItem) return - this.studyTitle = - studyItem.dicomInfo.patientName || studyItem.dicomInfo.description + this.studyTitle = studyItem.dicomInfo.description this.seriesCount = studyItem.seriesList.length var scope = this @@ -259,7 +258,7 @@ export default { text-align: center; background: rgb(88 84 83); color: #d0d0d0; - padding: 2px; + padding: 5px; } .ps {