index.module.scss 424 B

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