index.module.scss 165 B

123456789101112
  1. .AAAAA {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. z-index: 10;
  8. border-radius: 10px;
  9. background-color: #fff;
  10. :global {
  11. }
  12. }