style(voucher-manage): 调整操作列宽度优化布局
- 将表格中操作列宽度从120调整到160 - 进一步将另一操作列宽度从160调整至180 - 优化操作列的显示空间,提升界面可用性与美观度
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
width="120"
|
width="120"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
align="center"
|
align="center"
|
||||||
/><el-table-column label="操作" width="120" fixed="right" align="left"
|
/><el-table-column label="操作" width="160" fixed="right" align="left"
|
||||||
><template #default="{ row }"
|
><template #default="{ row }"
|
||||||
><div class="voucher-manage-page__actions">
|
><div class="voucher-manage-page__actions">
|
||||||
<el-link
|
<el-link
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
></el-table-column
|
></el-table-column
|
||||||
><el-table-column label="上传状态" width="120"
|
><el-table-column label="上传状态" width="120"
|
||||||
><template #default="{ row }">{{ taskStatusName(row.status) }}</template></el-table-column
|
><template #default="{ row }">{{ taskStatusName(row.status) }}</template></el-table-column
|
||||||
><el-table-column label="操作" width="160" fixed="right"
|
><el-table-column label="操作" width="180" fixed="right"
|
||||||
><template #default="{ row }"
|
><template #default="{ row }"
|
||||||
><el-link
|
><el-link
|
||||||
v-if="row.status === 'paused' || row.status === 'failed'"
|
v-if="row.status === 'paused' || row.status === 'failed'"
|
||||||
|
|||||||
Reference in New Issue
Block a user