1、代码展示
<el-table :data=" table.data.slice((table.currentPage - 1) * table.limit, table.currentPage * table.limit) " style="width: 100%; margin-top: 15px" border :header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center', }" v-loading="loading" > </el-table>
主要加这两个属性就可以了
border :header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center', }"