<el-table-column
prop=""
label="科目名称"
width="180">
<template slot-scope="scope">
<span v-if="scope.row.subject_name != '总计'" style="color:#32A1C8">{{scope.row.subject_name}}</span>
<span v-else style="color:#606972">{{scope.row.subject_name}}</span>
</template>
</el-table-column>
改变elementui中table里的文字颜色
最新推荐文章于 2024-10-18 09:30:00 发布
该博客主要围绕ElementUI的table组件展开,核心内容是如何改变其字体颜色,属于前端开发中对组件样式调整的范畴。
908

被折叠的 条评论
为什么被折叠?



