Commit 20d2dedc authored by chenshouchao's avatar chenshouchao

style: 样式优化

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