index.module.scss 410 B

12345678910111213141516171819202122232425
  1. .Z2log {
  2. :global {
  3. .logTop {
  4. border-radius: 10px;
  5. background-color: #fff;
  6. .tableSelectBox {
  7. padding: 15px 24px;
  8. display: flex;
  9. align-items: center;
  10. .row {
  11. margin-right: 20px;
  12. }
  13. }
  14. }
  15. .tableMain {
  16. border-radius: 10px;
  17. margin-top: 15px;
  18. height: calc(100% - 77px);
  19. background-color: #fff;
  20. }
  21. }
  22. }