.menu-custom-chart-edit-box {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
display: flex;
|
flex-flow: column;
|
|
.canvas {
|
margin: 0px;
|
padding: 0px;
|
letter-spacing: 0px;
|
flex: 1;
|
}
|
|
.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);
|
}
|
|
.model-menu-action-list {
|
position: absolute;
|
right: 0px;
|
top: 30px;
|
z-index: 4;
|
font-size: 16px;
|
|
.ant-row .anticon-plus {
|
float: right;
|
}
|
|
.page-card {
|
float: right;
|
}
|
}
|
.normal-header + .canvas + .model-menu-action-list {
|
top: 45px;
|
}
|
}
|
.menu-custom-chart-edit-box:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|