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
20d2dedc
Commit
20d2dedc
authored
Sep 06, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 样式优化
parent
77fe9590
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
4 deletions
+26
-4
MyCheckBox.tsx
src/components/mui/MyCheckBox.tsx
+4
-3
MyRadio.tsx
src/components/mui/MyRadio.tsx
+9
-0
index.module.css
src/views/Project/ProjectJobDetail/index.module.css
+3
-0
index.tsx
src/views/Project/ProjectSetting/index.tsx
+3
-1
index.module.css
src/views/Project/ProjectSubmitWork/index.module.css
+3
-0
index.module.css
src/views/Project/components/Flow/index.module.css
+1
-0
index.module.css
src/views/WorkFlowEdit/index.module.css
+3
-0
No files found.
src/components/mui/MyCheckBox.tsx
View file @
20d2dedc
...
...
@@ -63,12 +63,13 @@ const theme = createTheme({
},
MuiCheckbox
:
{
styleOverrides
:
{
colorPrimary
:
{
color
:
"rgba(209, 214, 222, 1)"
,
root
:
{
"&.Mui-checked .MuiSvgIcon-root"
:
{
color
:
"rgba(19, 110, 250, 1)"
,
},
},
},
},
// MuiCheckbox-colorPrimary
},
});
...
...
src/components/mui/MyRadio.tsx
View file @
20d2dedc
...
...
@@ -61,6 +61,15 @@ const theme = createTheme({
},
},
},
MuiRadio
:
{
styleOverrides
:
{
root
:
{
"&.Mui-checked span"
:
{
color
:
"rgba(19, 110, 250, 1)"
,
},
},
},
},
},
});
...
...
src/views/Project/ProjectJobDetail/index.module.css
View file @
20d2dedc
...
...
@@ -8,6 +8,9 @@
background-color
:
RGBA
(
247
,
248
,
250
,
1
);
overflow-y
:
overlay
;
}
.swBox
img
{
box-shadow
:
0px
3px
10px
0px
rgba
(
0
,
24
,
57
,
0.06
);
}
.swHeader
{
z-index
:
1001
;
position
:
sticky
;
...
...
src/views/Project/ProjectSetting/index.tsx
View file @
20d2dedc
...
...
@@ -39,7 +39,9 @@ const ProjectSetting = observer(() => {
if
(
currentProjectStore
.
currentProjectInfo
.
name
)
{
return
(
<
div
style=
{
{
padding
:
"28px 24px 24px"
}
}
>
<
div
style=
{
{
display
:
"flex"
,
alignItems
:
"center"
}
}
>
<
div
style=
{
{
display
:
"flex"
,
alignItems
:
"center"
,
marginBottom
:
"3px"
}
}
>
<
span
style=
{
{
fontSize
:
"18px"
,
...
...
src/views/Project/ProjectSubmitWork/index.module.css
View file @
20d2dedc
...
...
@@ -8,6 +8,9 @@
background-color
:
RGBA
(
247
,
248
,
250
,
1
);
overflow-y
:
overlay
;
}
.swBox
img
{
box-shadow
:
0px
3px
10px
0px
rgba
(
0
,
24
,
57
,
0.06
);
}
.swHeader
{
z-index
:
1001
;
position
:
sticky
;
...
...
src/views/Project/components/Flow/index.module.css
View file @
20d2dedc
.reactFlowBox
>
div
:last-child
{
display
:
none
;
}
/* .reactFlowBox > div:first-child {
margin-top: 32px;
} */
src/views/WorkFlowEdit/index.module.css
View file @
20d2dedc
...
...
@@ -8,6 +8,9 @@
background-color
:
RGBA
(
247
,
248
,
250
,
1
);
overflow-y
:
overlay
;
}
.swBox
img
{
box-shadow
:
0px
3px
10px
0px
rgba
(
0
,
24
,
57
,
0.06
);
}
.swHeader
{
z-index
:
1001
;
position
:
sticky
;
...
...
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