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
| .subtable {
| position: relative;
| min-height: 200px;
| padding-top: 16px;
| > .top-search {
| padding: 0 0px 20px;
| }
| > .button-list {
| padding: 10px 0px 5px;
| }
| .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;
| }
| }
|
|