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.

create.less 306 B

1234567891011121314151617
  1. .model-deployment-create {
  2. height: 100%;
  3. &__content {
  4. height: calc(100% - 60px);
  5. margin-top: 10px;
  6. padding: 30px 30px 10px;
  7. overflow: auto;
  8. background-color: white;
  9. border-radius: 10px;
  10. &__type {
  11. color: @text-color;
  12. font-size: @font-size-input-lg;
  13. }
  14. }
  15. }