Commit 20d2dedc authored by chenshouchao's avatar chenshouchao

style: 样式优化

parent 77fe9590
...@@ -63,12 +63,13 @@ const theme = createTheme({ ...@@ -63,12 +63,13 @@ const theme = createTheme({
}, },
MuiCheckbox: { MuiCheckbox: {
styleOverrides: { styleOverrides: {
colorPrimary: { root: {
color: "rgba(209, 214, 222, 1)", "&.Mui-checked .MuiSvgIcon-root": {
color: "rgba(19, 110, 250, 1)",
},
}, },
}, },
}, },
// MuiCheckbox-colorPrimary
}, },
}); });
......
...@@ -61,6 +61,15 @@ const theme = createTheme({ ...@@ -61,6 +61,15 @@ const theme = createTheme({
}, },
}, },
}, },
MuiRadio: {
styleOverrides: {
root: {
"&.Mui-checked span": {
color: "rgba(19, 110, 250, 1)",
},
},
},
},
}, },
}); });
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
background-color: RGBA(247, 248, 250, 1); background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay; overflow-y: overlay;
} }
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader { .swHeader {
z-index: 1001; z-index: 1001;
position: sticky; position: sticky;
......
...@@ -39,7 +39,9 @@ const ProjectSetting = observer(() => { ...@@ -39,7 +39,9 @@ const ProjectSetting = observer(() => {
if (currentProjectStore.currentProjectInfo.name) { if (currentProjectStore.currentProjectInfo.name) {
return ( return (
<div style={{ padding: "28px 24px 24px" }}> <div style={{ padding: "28px 24px 24px" }}>
<div style={{ display: "flex", alignItems: "center" }}> <div
style={{ display: "flex", alignItems: "center", marginBottom: "3px" }}
>
<span <span
style={{ style={{
fontSize: "18px", fontSize: "18px",
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
background-color: RGBA(247, 248, 250, 1); background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay; overflow-y: overlay;
} }
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader { .swHeader {
z-index: 1001; z-index: 1001;
position: sticky; position: sticky;
......
.reactFlowBox > div:last-child { .reactFlowBox > div:last-child {
display: none; display: none;
} }
/* .reactFlowBox > div:first-child { /* .reactFlowBox > div:first-child {
margin-top: 32px; margin-top: 32px;
} */ } */
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
background-color: RGBA(247, 248, 250, 1); background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay; overflow-y: overlay;
} }
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader { .swHeader {
z-index: 1001; z-index: 1001;
position: sticky; position: sticky;
......
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