54 lines
994 B
CSS
54 lines
994 B
CSS
.btnGroup {
|
|
margin-bottom: 8px;
|
|
}
|
|
.btnGroup button {
|
|
margin-right: 15px;
|
|
margin-top:10px;
|
|
}
|
|
.contextMenuList li:not(:global(.ant-menu-item-disabled)):hover {
|
|
background: #edf8fc;
|
|
}
|
|
.contextMenuList:global(.ant-menu-vertical) {
|
|
border-right: none;
|
|
}
|
|
.contextMenuList:global(.ant-menu-vertical) > :global(.ant-menu-item) {
|
|
line-height: 30px;
|
|
height: 30px;
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
.contextMenuPop :global(.ant-popover-inner-content) {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.treeBox {
|
|
height: 100%;
|
|
padding: 10px 15px;
|
|
box-shadow: 2px 3px 4px 0 #eee;
|
|
border: 1px solid #ddd;
|
|
overflow: auto;
|
|
}
|
|
|
|
.tipToContextMenu {
|
|
border-bottom: 3px solid #1890ff;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
color: rgb(22, 150, 14);
|
|
}
|
|
|
|
.nullPage {
|
|
text-align: center;
|
|
color: #eeeeee;
|
|
font-size: 24px;
|
|
}
|
|
.nullPage i {
|
|
font-size: 180px;
|
|
margin-top: 30px;
|
|
}
|
|
.addNode {
|
|
cursor: pointer;
|
|
}
|