king
2020-09-15 0f75cd54d62aa6d623ff024ca787c85a578a5f38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.menu-line-chart-edit-box {
  position: relative;
  // margin-bottom: 0px;
  box-sizing: border-box;
  
  .canvas {
    margin: 0px;
    padding: 10px 15px;
  }
 
  .chart-header {
    height: 45px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
 
    .chart-title {
      font-size: 16px;
      float: left;
      line-height: 45px;
      margin-left: 10px;
    }
  }
 
  .model-custom-chart-action-list {
    position: absolute;
    right: 0px;
    z-index: 4;
    padding-top: 10px;
  
    .ant-row .anticon-plus {
      float: right;
    }
  
    .page-card {
      float: right;
    }
  }
}
.menu-line-chart-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
}