king
2020-08-29 000ff61dd8a88eb875048e6a3deca8679d75df18
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
.menu-line-chart-edit-box {
  position: relative;
  // margin-bottom: 0px;
  border: 1px solid #e8e8e8;
  
  .canvas {
    margin: 0px;
    padding: 10px 15px;
  }
 
  .chart-header {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
 
    .chart-title {
      font-size: 16px;
      float: left;
      line-height: 50px;
      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;
    }
  }
}