el-table自定义表头样式

    <el-table ref="multipleTableRef" :data="tableData" style="width: 100%;margin-top: 20px;"
            @selection-change="handleSelectionChange" height="500px"
            :header-cell-style="{ 'text-align': 'center', 'background': '#02B980', 'color': '#fff' }"
            :cell-style="{ 'text-align': 'center' }">

效果图