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.
|
- .model-evolution {
- width: 100%;
- height: 100%;
- overflow-x: hidden;
- background-color: white;
-
- &__graph {
- height: calc(100%);
- background-color: @background-color;
- background-image: url(@/assets/img/pipeline-canvas-bg.png);
- background-size: 100% 100%;
- }
- }
|