<el-table
:data="purchaseList"
:cell-style="textCenter"
:header-cell-style="textCenter"
border
>
</el-table>
methods: {
// 表格内容居中
textCenter() {
return 'text-align: center'
},
}
一次解决el-table居中问题
最新推荐文章于 2024-04-08 12:29:02 发布