52650 标准法规清单 2K 分辨率下显示不全 1920*1080是正常的

This commit is contained in:
宋伟佳
2022-04-24 09:56:44 +08:00
parent 990bb32bf8
commit 5a1c3dee7b
@@ -133,7 +133,7 @@
<el-table-column
prop="standName"
label="中文名称"
width="180px"
min-width="180px"
>
<template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standName }}</a>
@@ -142,7 +142,7 @@
<el-table-column
prop="standEnName"
align="center"
width="180px"
min-width="180px"
label="英文名称">
<template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standEnName }}</a>
@@ -189,7 +189,7 @@
<el-table-column
show-overflow-tooltip
prop="sycpx"
width="180px"
min-width="180px"
align="center"
label="适用产品线">
</el-table-column>