Commit 011fb531 authored by shanqiyun's avatar shanqiyun

样式

parent c1597939
.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;
}
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment