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 <el-table-column
prop="standName" prop="standName"
label="中文名称" label="中文名称"
width="180px" min-width="180px"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standName }}</a> <a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standName }}</a>
@@ -142,7 +142,7 @@
<el-table-column <el-table-column
prop="standEnName" prop="standEnName"
align="center" align="center"
width="180px" min-width="180px"
label="英文名称"> label="英文名称">
<template slot-scope="scope"> <template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standEnName }}</a> <a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standEnName }}</a>
@@ -189,7 +189,7 @@
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
prop="sycpx" prop="sycpx"
width="180px" min-width="180px"
align="center" align="center"
label="适用产品线"> label="适用产品线">
</el-table-column> </el-table-column>