浏览代码

update

master
cyril.tsui 2 周前
父节点
当前提交
eb6f64ec53
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      src/theme/devias-material-kit/components.ts

+ 12
- 0
src/theme/devias-material-kit/components.ts 查看文件

@@ -298,6 +298,18 @@ const components: ThemeOptions["components"] = {
},
},
},
MuiTableRow: {
styleOverrides: {
root: {
// '&:nth-of-type(odd)': {
// backgroundColor: 'rgba(0, 0, 0, 0.04)', // Example for odd rows
// },
'&:nth-of-type(even)': {
backgroundColor: palette.neutral[50], // Example for even rows
},
},
},
},
MuiTableCell: {
styleOverrides: {
root: {


正在加载...
取消
保存