ElementUI Table column failure

Add the following styles globally:

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

Guess you like

Origin blog.csdn.net/qq_17627195/article/details/109279738