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 481 B

12345678910111213141516171819202122
  1. .develop-env {
  2. height: 100%;
  3. &__header {
  4. display: flex;
  5. align-items: center;
  6. justify-content: flex-end;
  7. height: 50px;
  8. margin-bottom: 10px;
  9. padding: 0 30px;
  10. background-image: url(@/assets/img/page-title-bg.png);
  11. background-repeat: no-repeat;
  12. background-position: top center;
  13. background-size: 100% 100%;
  14. }
  15. &__table {
  16. height: calc(100% - 60px);
  17. padding: 20px 30px 0;
  18. background-color: white;
  19. border-radius: 10px;
  20. }
  21. }