Commit 25a8820d authored by chenshouchao's avatar chenshouchao

feat: myselect组件宽度调整

parent a4313e44
...@@ -180,6 +180,14 @@ export default function MySelect(props: IProps) { ...@@ -180,6 +180,14 @@ export default function MySelect(props: IProps) {
}, },
}, },
}, },
MuiFormControl: {
styleOverrides: {
root: {
width: "100%",
},
},
},
}, },
}); });
......
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