king
2021-09-28 432b788acf901b0720184b8ee8bc81a2e6fa47e0
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
.custom-popview.popview-modal {
  >.ant-modal-content >.ant-modal-body {
    padding: 0;
  }
}
.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;
      }
    }
  }
}