fix: 修改列表宽度。

This commit is contained in:
tianyongbao
2026-02-22 22:51:01 +08:00
parent 1d732fb6d1
commit cc89340394

View File

@@ -35,7 +35,7 @@
<div class="content-con" v-loading="loading">
<el-table v-loading="loading" :data="CommemorativeBanknoteList" @selection-change="handleSelectionChange" height="calc(100% - 0.62rem)">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="缩略图" align="center" prop="collectFileList" width="150">
<el-table-column label="缩略图" align="center" prop="collectFileList" width="180">
<template #default="scope">
<el-image
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"