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