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-deployment {
- height: 100%;
- &__content {
- height: calc(100% - 60px);
- margin-top: 10px;
- padding: 20px 30px 0;
- background-color: white;
- border-radius: 10px;
-
- &__filter {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- &__table {
- height: calc(100% - 32px - 28px);
- margin-top: 28px;
- }
- }
- }
|