Commit 8cd0006e authored by chenshouchao's avatar chenshouchao

样式优化

parent 52fab205
...@@ -74,11 +74,6 @@ export default function MySelect(props: IProps) { ...@@ -74,11 +74,6 @@ export default function MySelect(props: IProps) {
"& .Mui-disabled": { "& .Mui-disabled": {
background: "rgba(247, 248, 250, 1)", background: "rgba(247, 248, 250, 1)",
}, },
"& .MuiSelect-icon": {
"&.Mui-disabled": {
display: "none",
},
},
}, },
}, },
}, },
......
...@@ -21,7 +21,6 @@ import { toJS } from "mobx"; ...@@ -21,7 +21,6 @@ import { toJS } from "mobx";
import { observer } from "mobx-react-lite"; import { observer } from "mobx-react-lite";
import InformationDisplay from "@/components/CommonComponents/InformationDisplay"; import InformationDisplay from "@/components/CommonComponents/InformationDisplay";
import classnames from "classnames"; import classnames from "classnames";
import LoadingButton from "@mui/lab/LoadingButton";
import InputAdornment from "@mui/material/InputAdornment"; import InputAdornment from "@mui/material/InputAdornment";
import { useMessage } from "@/components/MySnackbar"; import { useMessage } from "@/components/MySnackbar";
import Loading from "@/views/Loading"; import Loading from "@/views/Loading";
...@@ -354,6 +353,7 @@ const BaseInfo = observer(() => { ...@@ -354,6 +353,7 @@ const BaseInfo = observer(() => {
/> />
<span <span
style={{ style={{
fontSize: "14px",
position: "absolute", position: "absolute",
bottom: "7px", bottom: "7px",
right: "12px", right: "12px",
...@@ -417,17 +417,12 @@ const BaseInfo = observer(() => { ...@@ -417,17 +417,12 @@ const BaseInfo = observer(() => {
/> />
</div> </div>
<div className={style.projectInfoListLi}> <div className={style.projectInfoListLi}>
<LoadingButton <MyButton
variant="contained" variant="contained"
className={style.updateButton}
onClick={handleClickUpdate} onClick={handleClickUpdate}
loading={updateLoading} loading={updateLoading}
sx={{ text="保存修改"
height: "32px", />
}}
>
保存修改
</LoadingButton>
</div> </div>
<div className={style.projectInfoListLi}> <div className={style.projectInfoListLi}>
<div <div
......
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