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
74c3271e
Commit
74c3271e
authored
Sep 06, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 流程图全屏按钮增加阴影
parent
bcbc1998
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
index.module.css
src/views/Project/ProjectJobDetail/index.module.css
+1
-3
index.module.css
src/views/Project/ProjectSubmitWork/index.module.css
+1
-3
index.module.css
src/views/WorkFlowEdit/index.module.css
+0
-3
No files found.
src/views/Project/ProjectJobDetail/index.module.css
View file @
74c3271e
...
...
@@ -8,9 +8,6 @@
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
;
...
...
@@ -214,6 +211,7 @@
right
:
24px
;
bottom
:
24px
;
padding
:
8px
;
box-shadow
:
0px
3px
10px
0px
rgba
(
0
,
24
,
57
,
0.06
);
}
.fullScreenBox
:hover
{
opacity
:
0.6
;
...
...
src/views/Project/ProjectSubmitWork/index.module.css
View file @
74c3271e
...
...
@@ -8,9 +8,6 @@
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
;
...
...
@@ -87,6 +84,7 @@
right
:
24px
;
bottom
:
24px
;
padding
:
8px
;
box-shadow
:
0px
3px
10px
0px
rgba
(
0
,
24
,
57
,
0.06
);
}
.fullScreenBox
:hover
{
opacity
:
0.6
;
...
...
src/views/WorkFlowEdit/index.module.css
View file @
74c3271e
...
...
@@ -8,9 +8,6 @@
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