1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-06 10:04:14 +08:00
parent 6c02793d2f
commit bbd8e8b510
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
</div>
<div class="drag" ref="drag" @dragover="handleDragover"
@drop="(e) => handleDrop(e, cd.Id, cd.ClinicalDataTrialSetId)">
<el-table :data="cd.PDFFileList" style="width: 100%">
<el-table :data="cd.PDFFileList" style="width: 100%;min-height: 300px;">
<el-table-column type="index" width="50" />
<!-- 文件名称 -->
<el-table-column prop="FileName" :label="$t('trials:uploadClinicalData:table:fileName')" width="250" />