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 {