layout.scss 291 B

12345678910111213141516171819
  1. .filter-container {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. &-lt {
  6. display: flex;
  7. margin-right: 20px;
  8. .filter-item {
  9. margin-right: 10px;
  10. }
  11. }
  12. &-rt {
  13. display: flex;
  14. }
  15. }
  16. .table-container {
  17. width: 100%;
  18. overflow-x: auto;
  19. }