gpt4 book ai didi

reactjs - 如何在 React 上使用 Material-UI 更改选定的表格行背景

转载 作者:行者123 更新时间:2023-12-04 13:03:33 27 4
gpt4 key购买 nike

我使用 React 和 Material-UI。在本题中,选中的表格行背景默认继承自 muiTheme borderColor。但是如果我覆盖了边框颜色,它会影响其他元素:( 所以,如何只更改选定的表格行背景。

最佳答案

const useStyles = makeStyles((theme) => ({
tableRow: {
backgroundColor: "green !important",
},
}));

const classes = useStyles();
<TableRow classes={{root: classes.tableRow,}}/>

关于reactjs - 如何在 React 上使用 Material-UI 更改选定的表格行背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45875863/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com