king
2021-06-10 7b952b64a2b7273c6d2af68200a6ae790d9b59b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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 {
    background: #ffffff;
  }
 
  .ant-table-body {
    margin: 0!important;
  }
}