| | |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | display: flex; |
| | | flex-flow: column; |
| | | |
| | | .canvas-wrap { |
| | | padding: 15px; |
| | | } |
| | | .canvas { |
| | | margin: 0px; |
| | | padding: 0px; |
| | | letter-spacing: 0px; |
| | | flex: 1; |
| | | } |
| | | |
| | | .chart-header { |
| | |
| | | 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 { |