<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>
标签:自定义,样式,element,ui,头部,Table From: https://www.cnblogs.com/tlfe/p/17271888.html