Commit 8cd0006e authored by chenshouchao's avatar chenshouchao

样式优化

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