Commit 995f19a6 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220920-taskDetails' into 'release'

cn-style: 样式微调

See merge request !118
parents b75d2761 47311f38
......@@ -122,7 +122,7 @@ const theme = createTheme({
minWidth: "60px",
},
sizeMedium: {
"& p": { fontSize: "14px" },
"& p": { fontSize: "14px", lineHeight: "20px" },
height: "32px",
padding: "0 16px",
minWidth: "68px",
......
......@@ -168,8 +168,12 @@ const MyTable = (props: IMyTableProps) => {
MuiCheckbox: {
styleOverrides: {
root: {
color: "rgba(209, 214, 222, 1)",
"&.MuiCheckbox-indeterminate .MuiSvgIcon-root": {
color: "rgba(19, 112, 255, 1)",
},
"&.Mui-checked .MuiSvgIcon-root": {
color: "rgba(19, 110, 250, 1)",
color: "rgba(19, 112, 255, 1)",
},
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment