From dc0329032ea7718f09d69259941b43752ef13529 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 12 Mar 2025 17:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trial-summary/trial-document/index.vue | 44 +++++++++++++++---- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/index.vue b/src/views/trials/trials-panel/trial-summary/trial-document/index.vue index d210eec4..e17eea34 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-document/index.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-document/index.vue @@ -73,6 +73,21 @@ :ArchiveTypeEnum="ArchiveTypeEnum" :rowData="rowData" /> + + + + + + - - @@ -107,6 +123,8 @@ import temp from './components/template/index.vue' // 阅片人相关 import curriculumVitae from './components/viewer/curriculumVitae/index.vue' +import certificate from './components/viewer/certificate/index.vue' +import entryRecord from './components/viewer/entryRecord/index.vue' import readingTracking from '@/views/trials/trials-panel/reading/reading-tracking/index.vue' import medicalFeedback from '@/views/trials/trials-panel/reading/pm-medical-feedback/index.vue' import AttachmentsManagement from '@/views/trials/trials-panel/attachments/attachment-management/index.vue' @@ -120,6 +138,8 @@ export default { trainRecord, temp, + entryRecord, + certificate, curriculumVitae, readingTracking, AttachmentsManagement, @@ -194,7 +214,15 @@ export default { height: calc(100% - 80px); overflow-y: auto; &::-webkit-scrollbar { - display: none; /* Chrome Safari */ + //display: none; /* Chrome Safari */ + width: 8px; + height: 8px; + background-color: #e4e4e4; + border-radius: 6px; + } + &::-webkit-scrollbar-thumb { + background-color: #a1a3a9; + border-radius: 6px; } } .noTop {