React antdesign 修改表格Tbale的样式
{
title: '来源',
dataIndex: 'ORIGIN_TYPE',
className:`${BaseStyles.textR3}`,
},
- className属性可修改Tbale表格的属性
- 样式代码:
.textR3{
color : #ff1517
}
标签:className,表格,样式,textR3,React,Tbale,antdesign
来源: https://blog.csdn.net/weixin_43706887/article/details/114224916