antd design中的表格,当鼠标移至该行时,背景色为透明,文字不透明
.DailyCheck .ant-table-tbody > tr:hover > td{
background-color:rgba(116,255,252,0.5) ! important;
}
这样写背景,文字都会透明
antd design中的表格,当鼠标移至该行时,背景色为透明,文字不透明
.DailyCheck .ant-table-tbody > tr:hover > td{
background-color:rgba(116,255,252,0.5) ! important;
}
这样写背景,文字都会透明
3 回答5.1k 阅读✓ 已解决
5 回答2k 阅读
2 回答1.9k 阅读✓ 已解决
1 回答3k 阅读✓ 已解决
3 回答2.4k 阅读
4 回答2.2k 阅读
3 回答2.1k 阅读
background-color: transparent;
color: #fff;
试一试