fix: 修改列表宽度。
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<div class="content-con" v-loading="loading">
|
<div class="content-con" v-loading="loading">
|
||||||
<el-table v-loading="loading" :data="CommemorativeBanknoteList" @selection-change="handleSelectionChange" height="calc(100% - 0.62rem)">
|
<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 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">
|
<template #default="scope">
|
||||||
<el-image
|
<el-image
|
||||||
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"
|
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"
|
||||||
|
|||||||
Reference in New Issue
Block a user