首页 > 其他 > 详细

elementUI el-table表格表头单元格内容居中

时间:2021-07-15 18:50:15      阅读:40      评论:0      收藏:0      [点我收藏+]
 <el-table 
:header-cell-style="{textAlign: ‘center‘}" 
 :cell-style="{ textAlign: ‘center‘ }"
 :data="tableData"
 stripe style="width: 100%">
<el-table-column prop="date" label="日期" width="144"></el-table-column>
</el-table>
表头水平居中
:header-cell-style="{textAlign: ‘center‘}"
表格内容水平居中 :cell-style="{ textAlign: ‘center‘ }"

elementUI el-table表格表头单元格内容居中

原文:https://www.cnblogs.com/luckybaby519/p/15016319.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!