Newer
Older
/*!
* Your CSS files will be generated in this directory by "gulp sass"
*/
.layout .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
position: absolute;
width: 100%;
text-align: center;
bottom: 25%;
left: 0;
}
max-height: 520px;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
}
/*操作按钮*/
border: 1px solid #666;
border-radius: 4px;
padding: 2px 5px;
cursor: pointer;
.topology-context {
overflow: auto;
position: relative;
background: #fff;
}
/********** 右键菜单 **********/
.menu-item {
padding-left: 5px;
width: 100%;
font-size: 18px;
height: 24px;
line-height: 24px;
text-align: left;
border-bottom: 1px dotted #cccccc;
}
.menu-item span {
margin-left: 5px;
font-size: 16px;
}
/********** 节点悬浮信息 **********/
.node-infobox {
font-size: 12px;
width: 130px;
border: 1px solid #dddddd;
text-align: left;
position: absolute;
background-color: #ffffff;
padding: 6px;
box-shadow: 2px 2px 2px #888888, -1px -1px 2px #888888, 1px -1px 2px #888888, 1px 2px 2px #888888;
z-index: 999;
opacity: 0.8;
}
.node-infobox span {
display: block;
margin-bottom: 4px;
}
.node-infobox span label {
margin-right: 4px;
font-size: 12px;
}