样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3921f369c3
commit
7e9a9b62f6
|
@ -38,7 +38,6 @@
|
|||
</el-col>
|
||||
</el-form-item>
|
||||
<!-- 数据内容:label="$t('trials:readingPeriod:cd:form:data')" -->
|
||||
<el-form-item>
|
||||
<!-- 多文件上传 -->
|
||||
<form id="inputForm" ref="uploadForm">
|
||||
<div class="form-group">
|
||||
|
@ -51,7 +50,7 @@
|
|||
display: inline-block;
|
||||
"
|
||||
>
|
||||
<el-button type="primary" style="width: 56px" size="small">
|
||||
<el-button type="primary" size="small">
|
||||
{{ $t('trials:uploadClinicalData:button:selectFile') }}
|
||||
</el-button>
|
||||
<input
|
||||
|
@ -82,7 +81,7 @@
|
|||
:data="fileList"
|
||||
class="dicomFiles-table"
|
||||
height="300"
|
||||
style="width: 100%"
|
||||
style="width: 100%;margin-top:5px;"
|
||||
border
|
||||
>
|
||||
<el-table-column type="index" width="40" />
|
||||
|
@ -127,7 +126,6 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-form-item>
|
||||
</div>
|
||||
<div class="base-dialog-footer" style="text-align: right; margin-top: 10px">
|
||||
<el-form-item>
|
||||
|
|
Loading…
Reference in New Issue