sc
This commit is contained in:
@@ -80,5 +80,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-table--default .cell {
|
.el-table--default .cell {
|
||||||
padding: 0 2px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
show-summary
|
show-summary
|
||||||
:summary-method="getSummaries"
|
: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">
|
<el-table-column prop="nickname" label="姓名" width="80" fixed="left">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button type="primary" style="padding: 0" text @click="handleDetail(row)">{{
|
<el-button type="primary" style="padding: 0" text @click="handleDetail(row)">{{
|
||||||
|
|||||||
Reference in New Issue
Block a user