element 表格表头不居中 a header-align="center"无效

:cell-style=“{ textAlign:‘center’}” //内容居中

:header-cell-style=“{ textAlign:‘center’}”//表头居中

 

 <el-table
       :cell-style=“{ textAlign:‘center’}” 
       :header-cell-style=“{ textAlign:‘center’}”
>
                  <el-table-column   
                        align="center"
                        label="label"
                        prop="prop"
                    />                
</el-table>

 

posted @ 2024-04-11 17:38  Qing`ing  阅读(218)  评论(0编辑  收藏  举报