king
2019-12-31 f9697383bc9097be8a444558e09ae21b27f1e831
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
.subtabtable {
  position: relative;
  min-height: 200px;
  padding-top: 16px;
  > .top-search {
    padding: 0 0px 20px;
  }
  > .button-list {
    padding: 10px 0px 5px;
    button {
      margin-right: 15px;
      margin-bottom: 10px;
    }
    .ant-spin {
      position: fixed;
      z-index: 1010;
      left: 50vw;
      top: calc(50vh - 70px);
    }
  }
  .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;
  }
}
.ant-back-top {
  bottom: 30px;
  right: 30px;
}