Vue+Element-Ui 指定修改某一个cell的样式
废话不多说上代码:
table v-if="tableData.length > 0" :data="tableData" max-height="100%" style="width: 100%" :header-cell-style="{ background: '#BCD2EE' }" :cell-style="SetCellStyle" > column prop="beginTime" align="center" label="时间" width="150" > ... 省略N个column ...
效果展示:
努力学习中。。。