king
2021-03-05 e36eb1999794bd71e76482b92a0b0b20f49d0032
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.menu-control-wrap {
  position: relative;
 
  .menu-plus {
    float: right;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
  }
  .ant-empty {
    margin: 5px 0;
  }
  thead tr {
    background: #fbfbfb;
  }
  tbody > tr:not(.ant-table-expanded-row) {
    background: #ffffff;
  }
  tr:not(.classify) {
    > td {
      >.ant-table-row-expand-icon-cell {
        div {
          display: none;
        }
      }
      >.ant-table-row-expand-icon {
        display: none;
      }
    }
  }
  tr:not(.classify) + .ant-table-expanded-row {
    display: none;
  }
  td[colspan="4"] {
    padding: 5px 0px 5px 5px!important;
  }
  .ant-table-body {
    margin: 0!important;
  }
 
  .submenu-control-wrap {
    position: relative;
 
    .anticon-plus {
      position: absolute;
      top: 8px;
      right: 10px;
      z-index: 1;
    }
 
    .thdmenu-control-wrap {
      position: relative;
      .ant-table-row-indent {
        display: none;
      }
      .ant-table-row-expand-icon {
        display: none;
      }
      .ant-table-small {
        border: 0;
      }
    }
  }
}