📅  最后修改于: 2022-03-11 15:02:12.091000             🧑  作者: Mango
const styles = theme => ({
...
tr: {
background: "#f1f1f1",
'&:hover,&:focus': {
background: "#f00",
},
},
...
});
return