How does element table modify the font weight of the header row?

how does element table modify the font weight of the header row?

Jul.18,2021

look at the documentation.
http://element-cn.eleme.io/-sharp/.
can set the class name for the table header, for example:
< el-table: data=" list " header-row-class-name=" tableHead " >
whatever style you want to set, just write it on .tablehead.

Menu