king
2021-01-20 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5
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
#root {
  height: auto;
}
iframe {
  width: 99%;
  border: 1px solid #bcbcbc;
  min-height: 500px;
}
.bill-print-wrap {
  width: 1200px;
  margin: 0 auto;
 
  .ant-spin {
    position: absolute;
    top: 40vh;
    z-index: 1;
    left: calc(50vw - 20px);
  }
  .box404 {
    margin-top: 10vh;
  }
  .print-button {
    position: fixed;
    right: 10px;
    top: 40vh;
  }
  .refresh-button {
    position: fixed;
    right: 10px;
    top: calc(40vh + 70px);
  }
}
 
.normal-custom-table .main-pickup {
  display: none!important;
}