How to remove the padding? in the header th of element table

as shown in the figure below, how to remove the value of padding, the setting does not work
clipboard.png

Jun.21,2021

try removing the scoped from the < style > tag of your vue file.


remove the scoped, from the < style > tag of your vue file and then write again. El-table td,el-table th {padding:XXpx}

Menu