.menu-x6-chart-edit-box {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
|
.x6-graph-scroller::-webkit-scrollbar {
|
display: none;
|
}
|
.x6-cell.x6-edge.x6-edge-selected path:nth-child(2) {
|
stroke: #1890ff;
|
}
|
.x6-cell[data-shape="lane"] {
|
cursor: default;
|
}
|
|
.canvas {
|
margin: 0px;
|
letter-spacing: 0px;
|
|
.mk-container {
|
height: 100%;
|
}
|
}
|
|
.chart-header {
|
position: relative;
|
height: 45px;
|
border-bottom: 1px solid #e8e8e8;
|
overflow: hidden;
|
padding-right: 35px;
|
|
.chart-title {
|
text-decoration: inherit;
|
font-weight: inherit;
|
font-style: inherit;
|
float: left;
|
line-height: 45px;
|
margin-left: 10px;
|
position: relative;
|
z-index: 1;
|
}
|
}
|
|
>.anticon-tool {
|
position: absolute;
|
right: 1px;
|
top: 1px;
|
z-index: 3;
|
font-size: 16px;
|
padding: 5px;
|
cursor: pointer;
|
color: rgba(0, 0, 0, 0.85);
|
background: rgba(255, 255, 255, 0.55);
|
}
|
}
|
.menu-x6-chart-edit-box:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|