king
2023-11-05 e01d39d4a2c3137fdce5f18f9589a34df13b7963
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.link-control-wrap {
  position: relative;
 
  .link-plus {
    float: right;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
  }
  .ant-empty {
    margin: 5px 0;
  }
  thead tr {
    background: #fbfbfb;
  }
 
  .ant-table-body {
    margin: 0!important;
  }
}