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

12345678910111213
  1. .model-evolution {
  2. width: 100%;
  3. height: 100%;
  4. overflow-x: hidden;
  5. background-color: white;
  6. &__graph {
  7. height: calc(100%);
  8. background-color: @background-color;
  9. background-image: url(@/assets/img/pipeline-canvas-bg.png);
  10. background-size: 100% 100%;
  11. }
  12. }