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.
|
- .develop-env {
- height: 100%;
- &__header {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- height: 50px;
- margin-bottom: 10px;
- padding: 0 30px;
- background-image: url(@/assets/img/page-title-bg.png);
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100% 100%;
- }
-
- &__table {
- height: calc(100% - 60px);
- padding: 20px 30px 0;
- background-color: white;
- border-radius: 10px;
- }
- }
|