task-274(验收反馈): 15 列表页表格列 width→min-width 自适应(DuplicateCheck 例外)
This commit is contained in:
@@ -110,7 +110,7 @@ onMounted(load)
|
||||
<el-table-column prop="createdAt" label="创建时间" min-width="190">
|
||||
<template #default="{ row }">{{ formatDateTime(row.createdAt) }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="90" fixed="right">
|
||||
<el-table-column label="操作" min-width="90" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<a v-if="(row as SoftwareVersionItem).fileUrl" class="el-link el-link--primary" :href="(row as SoftwareVersionItem).fileUrl" download>下载</a>
|
||||
<span v-else class="dim">—</span>
|
||||
|
||||
Reference in New Issue
Block a user