element-ui的table表格控件表头与内容列不对齐 解决方法: 将以下样式代码添加到index.html、或app.vue中(必须是入口文件,起全局作用!) 原文链接 body .el-table th.gutter{ display: table-cell!important; }