0
点赞
收藏
分享

微信扫一扫

前端项目实战201-react改变样式

德州spark 2022-12-03 阅读 85
编程语言

.antTable {

:global {
.ant-table-row .antColumn{
width: 300px !important;
}
.ant-table-row .ant-table-cell:nth-child(n+8){
padding: 0;
margin: 0;
height: 10px;
>.antChange {
width: 100px;
height: 100%;
line-height: 50px;
background-color: aqua;
}
>.antGray{
width: 100px;
height: 100%;
line-height: 50px;
background-color: #ccc;
}
}



}
}



举报

相关推荐

0 条评论