车型及功能备案-现在升级要求-翻译换行

This commit is contained in:
刘彦泽
2023-04-03 10:38:18 +08:00
parent 6933268f91
commit a8131c1716
@@ -9,7 +9,7 @@
{{$t('templateDownload')}}
</div>
</div>
<a-table ref="table" size="middle" :pagination="false" :scroll="{ x: '100%', y: 'calc(100vh - 140px)' }" rowKey="key"
<a-table class="table" ref="table" size="middle" :pagination="false" :scroll="{ x: '100%' }" rowKey="key"
bordered :data-source="dataSource" :columns="columns" style="margin-bottom: 20px">
<span slot="relevantverification" slot-scope="text,record">
@@ -369,4 +369,8 @@ button {
color: #00B3BE;
border-color: #00B3BE;
}
.table {
white-space: break-spaces;
}
</style>