king
2020-03-18 aaee2aa047e856141dce84c5d3f1cd16d9a00dcd
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
.subtable {
  position: relative;
  min-height: 200px;
 
  > .top-search {
    padding: 0 0px 20px;
  }
  >.sub-action {
    min-height: 25px;
    .button-list {
      padding: 10px 0px 5px;
    }
  }
  .normal-data-table {
    padding: 0px;
  }
  .box404 {
    padding-top: 30px;
  }
  .ant-modal-mask {
    position: absolute;
  }
  .ant-modal-wrap {
    position: absolute;
  }
  .action-modal .ant-modal {
    top: 40px;
    max-width: 95%;
    .ant-modal-body {
      max-height: calc(100vh - 265px);
    }
  }
  > .ant-spin {
    position: absolute;
    left: calc(50% - 22px);
    top: 100px;
  }
  .subtable-box {
    position: relative;
    .subtable-pickup {
      position: absolute;
      right: 5px;
      top: -22px;
      z-index: 10;
    }
  }
}
.popview-modal {
  .ant-modal-body {
    min-height: 300px;
  }
}