Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
8cd0006e
Commit
8cd0006e
authored
Sep 01, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
52fab205
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
MySelect.tsx
src/components/mui/MySelect.tsx
+0
-5
index.tsx
src/views/Project/ProjectSetting/BaseInfo/index.tsx
+4
-9
No files found.
src/components/mui/MySelect.tsx
View file @
8cd0006e
...
...
@@ -74,11 +74,6 @@ export default function MySelect(props: IProps) {
"& .Mui-disabled"
:
{
background
:
"rgba(247, 248, 250, 1)"
,
},
"& .MuiSelect-icon"
:
{
"&.Mui-disabled"
:
{
display
:
"none"
,
},
},
},
},
},
...
...
src/views/Project/ProjectSetting/BaseInfo/index.tsx
View file @
8cd0006e
...
...
@@ -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
}
>
<
Loading
Button
<
My
Button
variant=
"contained"
className=
{
style
.
updateButton
}
onClick=
{
handleClickUpdate
}
loading=
{
updateLoading
}
sx=
{
{
height
:
"32px"
,
}
}
>
保存修改
</
LoadingButton
>
text=
"保存修改"
/>
</
div
>
<
div
className=
{
style
.
projectInfoListLi
}
>
<
div
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment