|
@@ -118,7 +118,7 @@
|
|
|
<el-table-column type="selection" width="55"> </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="title"
|
|
|
- width="200"
|
|
|
+ width="180"
|
|
|
show-overflow-tooltip
|
|
|
label="材料名称"
|
|
|
>
|
|
@@ -133,7 +133,7 @@
|
|
|
<span class="">{{ scope.row.titleBg }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="文件名称" width="150" show-overflow-tooltip>
|
|
|
+ <el-table-column label="文件名称" width="180" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<span class="">{{ scope.row.fileName }}</span>
|
|
|
</template>
|