You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 421 B

123456789101112131415161718192021222324
  1. .service-info {
  2. height: 100%;
  3. &__content {
  4. display: flex;
  5. flex-direction: column;
  6. height: calc(100% - 60px);
  7. margin-top: 10px;
  8. padding: 20px 30px 0;
  9. background-color: white;
  10. border-radius: 10px;
  11. &__filter {
  12. display: flex;
  13. flex: none;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. &__table {
  18. flex: 1;
  19. margin-top: 24px;
  20. }
  21. }
  22. }