Commit 47311f38 authored by chenshouchao's avatar chenshouchao

style: 样式微调

parent b4b82243
...@@ -122,7 +122,7 @@ const theme = createTheme({ ...@@ -122,7 +122,7 @@ const theme = createTheme({
minWidth: "60px", minWidth: "60px",
}, },
sizeMedium: { sizeMedium: {
"& p": { fontSize: "14px" }, "& p": { fontSize: "14px", lineHeight: "20px" },
height: "32px", height: "32px",
padding: "0 16px", padding: "0 16px",
minWidth: "68px", minWidth: "68px",
......
...@@ -168,8 +168,12 @@ const MyTable = (props: IMyTableProps) => { ...@@ -168,8 +168,12 @@ const MyTable = (props: IMyTableProps) => {
MuiCheckbox: { MuiCheckbox: {
styleOverrides: { styleOverrides: {
root: { root: {
color: "rgba(209, 214, 222, 1)",
"&.MuiCheckbox-indeterminate .MuiSvgIcon-root": {
color: "rgba(19, 112, 255, 1)",
},
"&.Mui-checked .MuiSvgIcon-root": { "&.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