This commit is contained in:
qsh
2024-11-08 16:57:43 +08:00
parent 15179707d9
commit af84640a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -80,5 +80,5 @@
}
.el-table--default .cell {
padding: 0 2px;
padding: 0 5px;
}

View File

@@ -56,7 +56,7 @@
show-summary
:summary-method="getSummaries"
>
<el-table-column type="index" width="60" fixed="left" />
<el-table-column type="index" width="60" fixed="left" align="center" />
<el-table-column prop="nickname" label="姓名" width="80" fixed="left">
<template #default="{ row }">
<el-button type="primary" style="padding: 0" text @click="handleDetail(row)">{{