element ui Table 自定义头部样式

<el-table-column>
   <template slot="header">
     <div class="Staked row-center">
         <img src="../image/caret-down.png" alt="">
         <span>Date & Time Staked</span>
    </div>
  </template>
  <template slot-scope="scope">
      <p>{{ scope.row.actionTime }}</p>
  </template>
</el-table-column>

如果头部没显示出来,则需要将

<template slot="header"> 改为 <template slot="header" slot-space="scope">

 

 

posted @ 2023-03-30 11:12  龙卷风吹毁停车场  阅读(84)  评论(0)    收藏  举报