element-ui的table表格控件表头与内容列不对齐问题

element-ui的table表格控件表头与内容列不对齐问题

在 App.vue 文件中添加全局样式。

<style>
/* 解决element table 表头和表体错版问题 */
body .el-table th.gutter{
  display: table-cell!important;
}
</style>
posted @ 2020-12-28 15:59  我是ed  阅读(90)  评论(0编辑  收藏  举报