Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
011fb531
Commit
011fb531
authored
Mar 13, 2020
by
shanqiyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
c1597939
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
0 deletions
+79
-0
taskTopo.scss
src/styles/view/planMgmt/taskTopo.scss
+79
-0
No files found.
src/styles/view/planMgmt/taskTopo.scss
0 → 100644
View file @
011fb531
.publish-view-task
{
width
:
300px
;
right
:
0
;
top
:
82
;
bottom
:
0
;
overflow
:
auto
!
important
;
position
:
absolute
;
}
.task-topo
{
height
:
100%
;
width
:
300px
;
right
:
0
;
top
:
82
;
bottom
:
0
;
overflow
:
auto
;
position
:
absolute
;
.task-topo-button
{
height
:
5%
;
}
.task-topo-content
{
height
:
95%
;
.task-topo-diagram
{
width
:
100%
;
height
:
100%
;
.task-topo-ctxmenu
{
display
:
none
;
position
:
absolute
;
opacity
:
0
;
margin
:
0
;
padding
:
8px
0
;
z-index
:
999
;
box-shadow
:
0
5px
5px
-3px
rgba
(
0
,
0
,
0
,
.2
)
,
0
8px
10px
1px
rgba
(
0
,
0
,
0
,
.14
)
,
0
3px
14px
2px
rgba
(
0
,
0
,
0
,
.12
);
list-style
:
none
;
background-color
:
#ffffff
;
border-radius
:
4px
;
.task-topo-menu-item
{
display
:
block
;
position
:
relative
;
min-width
:
60px
;
margin
:
0
;
padding
:
6px
16px
;
font
:
bold
12px
sans-serif
;
color
:
rgba
(
0
,
0
,
0
,
.87
);
cursor
:
pointer
;
}
.
task-topo-menu-item
:
:
before
{
position
:
absolute
;
top
:
0
;
left
:
0
;
opacity
:
0
;
pointer-events
:
none
;
content
:
""
;
width
:
100%
;
height
:
100%
;
background-color
:
#000000
;
}
.task-topo-menu-item
:hover::before
{
opacity
:
.04
;
}
.menu
.menu
{
top
:
-8px
;
left
:
100%
;
}
.show-menu
,
.task-topo-menu-item
:hover
.task-topo-ctxmenu
{
display
:
block
;
opacity
:
1
;
}
}
}
}
}
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