车型及功能备案-现在升级要求-翻译换行
This commit is contained in:
+5
-1
@@ -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>
|
||||
Reference in New Issue
Block a user