Commit e6a72207 authored by chenshouchao's avatar chenshouchao

feat: 修改下拉框的样式

parent 6ba78984
...@@ -172,6 +172,14 @@ export default function MySelect(props: IProps) { ...@@ -172,6 +172,14 @@ export default function MySelect(props: IProps) {
}, },
}, },
}, },
MuiPaper: {
styleOverrides: {
root: {
boxShadow: "0px 3px 10px 0px rgba(0,24,57,0.14)",
},
},
},
}, },
}); });
......
...@@ -58,6 +58,7 @@ const ProjectWorkbench = observer(() => { ...@@ -58,6 +58,7 @@ const ProjectWorkbench = observer(() => {
lineHeight: "26px", lineHeight: "26px",
fontWeight: "600", fontWeight: "600",
color: "#1E2633", color: "#1E2633",
marginBottom: "3px",
}} }}
> >
工作台 工作台
......
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
color: RGBA(66, 141, 255, 1); color: RGBA(66, 141, 255, 1);
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: #fff;
transition: width 1s; transition: width 0.4s;
-webkit-transition: width 1s; -webkit-transition: width 0.4s;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: start; justify-content: start;
......
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