Ändern Sie die Farbe der Kopfzeile der El-Tabelle

 Darstellungen

 Code:

  <el-table
        :data="tableData"
        style="width: 100%; margin-top: 20px"
        :header-cell-style="{ background: '#F7F7FA', color: '#000' }"
      >
</el-table>

Supongo que te gusta

Origin blog.csdn.net/weixin_64630810/article/details/127094673
Recomendado
Clasificación