king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
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
.custom-popview.popview-modal {
  .ant-modal-content .ant-modal-body {
    padding: 0;
    .custom-page-wrap {
      min-height: 200px;
    }
    .pop-page-wrap {
      min-height: 200px;
    }
  }
}
.custom-popview.popview-modal.miniview {
  .ant-modal-header {
    display: none;
  }
  .ant-modal-footer {
    display: none;
  }
  .ant-modal-body {
    padding: 0px;
    border-radius: 4px;
    max-height: calc(100vh - 110px);
  }
}
.table-drawer-popview {
  .close-drawer {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    text-align: right;
    box-shadow: 0 0 3px #cbcbcb;
  }
}
.custom-drawer-popview {
  .ant-drawer-content {
    .ant-drawer-header {
      position: absolute;
      width: 100%;
      background: #ffffff;
      z-index: 3;
    }
    .ant-drawer-body {
      padding: 55px 0 50px 0;
      .close-drawer {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 8px 16px;
        background: #fff;
        text-align: right;
        box-shadow: 0 0 3px #cbcbcb;
      }
      .custom-page-wrap {
        min-height: calc(100vh - 110px);
      }
      .pop-page-wrap {
        min-height: calc(100vh - 110px);
      }
    }
  }
}