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
| .custom-normal-table {
| position: relative;
|
| .top-search {
| padding: 0;
| }
| >.button-list.toolbar-button {
| padding: 0;
| line-height: 55px;
| padding-right: 110px;
| button {
| margin-right: 0px;
| margin-bottom: 0px;
| }
| }
| .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);
| }
| }
| .main-table-box {
| position: relative;
| min-height: 150px;
| .main-pickup {
| position: absolute;
| right: 5px;
| top: -22px;
| z-index: 1;
| }
| .custom-control {
| position: absolute;
| z-index: 1;
| right: 0px;
| top: -23px;
| font-size: 18px;
| padding: 3px;
| cursor: pointer;
| }
| >.async-spin {
| line-height: 150px!important;
| }
| }
| .normal-data-table {
| padding: 0;
| }
| }
|
|