| | |
| | | |
| | | .canvas { |
| | | margin: 0px; |
| | | padding: 15px; |
| | | letter-spacing: 0px; |
| | | display: flex; |
| | | |
| | | .mk-stencil { |
| | | width: 180px; |
| | | height: 100%; |
| | | position: relative; |
| | | z-index: 2; |
| | | border-right: 1px solid #dfe3e8; |
| | | } |
| | | .mk-container { |
| | | width: calc(100% - 180px); |
| | | height: 100%; |
| | | } |
| | | .x6-widget-stencil { |
| | | background-color: #fff; |
| | | } |
| | | .x6-widget-stencil-title { |
| | | background-color: #fff; |
| | | } |
| | | .x6-widget-stencil-group-title { |
| | | background-color: #fff !important; |
| | | } |
| | | .x6-widget-transform { |
| | | margin: -1px 0 0 -1px; |
| | | padding: 0px; |
| | | border: 1px solid #239edd; |
| | | } |
| | | .x6-widget-transform > div { |
| | | border: 1px solid #239edd; |
| | | } |
| | | .x6-widget-transform > div:hover { |
| | | background-color: #3dafe4; |
| | | } |
| | | .x6-widget-transform-active-handle { |
| | | background-color: #3dafe4; |
| | | } |
| | | .x6-widget-transform-resize { |
| | | border-radius: 0; |
| | | } |
| | | .x6-widget-selection-inner { |
| | | border: 1px solid #239edd; |
| | | } |
| | | .x6-widget-selection-box { |
| | | opacity: 0; |
| | | } |
| | | } |
| | | |
| | | .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-scatter-chart-edit-box:hover { |