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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
| #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);
| }
| .ant-table-placeholder {
| display: none;
| }
| .ant-empty {
| display: none;
| }
| .debugtable {
| .ant-table-placeholder {
| display: block;
| }
| .ant-empty {
| display: block;
| }
| }
| .g2-tooltip {
| display: none;
| }
| }
|
| .print-page {
| color: rgba(0,0,0,1);
| table {
| color: rgba(0,0,0,1);
| border-radius: 0!important;
| .ant-table-column-sorter {
| display: none!important;
| }
| }
| .braft-content p {
| margin: 0px!important;
| }
| .ant-table-thead > tr > th {
| color: rgba(0,0,0,1);
| background: transparent!important;
| border-radius: 0!important;
| }
| .ant-table.ant-table-mini .ant-table-thead > tr > th {
| padding: 8px 8px!important;
| }
| .ant-table.ant-table-mini .ant-table-tbody > tr > td {
| padding: 2px 8px!important;
| line-height: 1.5;
| }
| .ant-table-placeholder {
| display: none;
| }
| .ant-empty {
| display: none;
| }
| .mk-action-space {
| display: none;
| }
| }
| .print-page.auto:last-child {
| height: auto!important;
| }
| .reset-position.print-page {
| position: relative;
| .component-wrap {
| position: unset;
| }
| }
|
| .normal-custom-table .main-pickup {
| display: none!important;
| }
|
|