Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
2ccad887
Commit
2ccad887
authored
Oct 16, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调个样式,先凑合用吧
parent
60a688af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/components/work-flow/super-flow.vue
src/components/work-flow/super-flow.vue
+22
-0
No files found.
src/components/work-flow/super-flow.vue
View file @
2ccad887
...
...
@@ -83,6 +83,9 @@
'flow-node-judge':
nodeParams(node.meta.id).type == 4
&&
node.meta.id != nodeItem.id,
'flow-node-judge-active':
nodeParams(node.meta.id).type == 4
&&
node.meta.id == nodeItem.id,
}"
:id="node.meta.id"
>
...
...
@@ -2049,6 +2052,25 @@ export default {
}
}
}
.flow-node-judge-active {
width: 100%;
height: 100%;
padding: 2px 6px;
border-radius: 8px;
background-color: transparent;
border: none;
position: relative;
.svg_in {
position: absolute;
top: 0;
left: 0;
z-index: -1;
overflow: hidden;
.judge_svg {
position: relative;
}
}
}
}
}
.super-flow__menu-container .super-flow__menu {
...
...
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