el-table使用:gutter属性时,在表格中会出现border错位,出现白边的现象,解决方式如下:
body .el-table th.gutter{ /*解决el-table加了gutter后 边框出现白边*/
display: table-cell!important;
}