宽度修改

This commit is contained in:
魏啾 2024-07-02 09:43:37 +08:00
parent 6c8e4d868a
commit ed9ec61ab4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
{{ scope.row.paidAt && dayjs(scope.row.paidAt).format('YYYY-MM-DD HH:mm:ss') }}
</template>
</el-table-column>
<el-table-column label="操作" width="80" align="center">
<el-table-column label="操作" align="center">
<template v-slot="scope">
<el-button type="text" size="mini" round @click="Uppop(scope.row.id)">付款</el-button>
<el-button type="text" size="mini"