在el-table中设置
:cell-style="rowClass" :header-cell-style="headClass"
在methods中进行如下设置:
// 表头样式设置 headClass () { return 'text-align: center;background:#eef1f6;' }, // 表格样式设置 rowClass () { return 'text-align: center;' }
在el-table中设置
:cell-style="rowClass" :header-cell-style="headClass"
在methods中进行如下设置:
// 表头样式设置 headClass () { return 'text-align: center;background:#eef1f6;' }, // 表格样式设置 rowClass () { return 'text-align: center;' }
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。