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

123456789101112131415161718
  1. .experiment-result {
  2. height: 100%;
  3. margin-top: 10px;
  4. padding: 20px @content-padding 0;
  5. overflow-y: auto;
  6. background-color: white;
  7. border-radius: 10px;
  8. &__text {
  9. margin-bottom: 20px;
  10. white-space: pre-wrap;
  11. }
  12. &__image {
  13. display: block;
  14. height: 200px;
  15. }
  16. }