king
2022-06-18 fe21d23b147ed5cec22b4f76a88840b05495d4ad
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
.model-table-chartview-list {
  position: absolute;
  right: 0;
  top: -10px;
  text-align: right;
  z-index: 10;
  > .anticon-plus {
    position: absolute;
    right: 17px;
    z-index: 11;
    color: #26C281;
    cursor: pointer;
    font-size: 18px;
    margin-top: 15px;
  }
  .anticon-down, .anticon-up {
    position: absolute;
    right: 55px;
    z-index: 11;
    cursor: pointer;
    font-size: 16px;
    margin-top: 17px;
  }
  .anticon-up {
    color: #1890ff;
  }
}