1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| .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: 18px;
| }
| }
|
|