4

element-ui的table表格表头与内容列不对齐问题
图片描述

解决办法:
增加全局样式

.el-table th.gutter{
    display: table-cell!important;
}

AaronYuan
1.5k 声望57 粉丝

代码逻辑很重要