浏览代码

update

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

+ 3
- 8
src/theme/devias-material-kit/components.ts 查看文件

@@ -298,18 +298,13 @@ const components: ThemeOptions["components"] = {
},
},
},
MuiTableRow: {
styleOverrides: {
root: {
lineHeight: 0.5,
},
},
},
MuiTableCell: {
styleOverrides: {
root: {
borderBottomColor: palette.divider,
padding: "15px 16px",
padding: "1px 6px",
// padding: "15px 16px",
// lineHeight: 1.5,
},
},
},


正在加载...
取消
保存