700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > element-ui中table表格表头和表格内容都水平居中

element-ui中table表格表头和表格内容都水平居中

时间:2022-11-30 01:14:43

相关推荐

element-ui中table表格表头和表格内容都水平居中

表头水平居中

<template><el-table:data="tableData"style="width: 100%" :header-cell-style="{textAlign: 'center'}"

> <el-table-column prop="date" label="日期" width="180"> </el-table-column> </el-table> </template>

表格内容水平居中

<template><el-table:data="tableData"style="width: 100%":cell-style="{ textAlign: 'center' }"> <el-table-column prop="date" label="日期" width="180"> </el-table-column> </el-table> </template>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。