[update] 市场法规清单详情页,清单说明位置改到最下面满行展示

This commit is contained in:
lideqin
2024-08-28 10:23:23 +08:00
parent 089e06e559
commit 621b363745
@@ -32,17 +32,17 @@
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.securityClass') }}</label>
<span>{{ (isChinese() ? model.securityLevel_dictText : model.securityLevel_dictTextEn) || global.emptyLine }}</span>
</a-col>
<!-- 清单说明 -->
<a-col :span="12">
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.listDeclaration') }}</label>
<span>{{ model.manifestDesc || global.emptyLine }}</span>
</a-col>
<!-- 附件 -->
<a-col :span="12" class="file-echo-col">
<label>{{ $t('attach') }}</label>
<file-echo v-if="model.file" class="file-echo-div" :fileIds="model.file"/>
<span v-else>{{ global.emptyLine }}</span>
</a-col>
<!-- 清单说明 -->
<a-col :span="24">
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.listDeclaration') }}</label>
<span>{{ model.manifestDesc || global.emptyLine }}</span>
</a-col>
</a-row>
<!-- 市场法规清单 -->
<div class="process-part-title">{{ $t('marketRegulationsList') }}</div>
@@ -476,6 +476,7 @@ export default {
.basic-info {
/deep/ .ant-col {
margin-bottom: 5px;
display: flex;
}
label {
display: inline-block;
@@ -487,6 +488,10 @@ export default {
width: calc(100% - 150px)
}
}
span {
display: inline-block;
flex: 1;
}
}
/deep/ table tbody tr:hover>td {