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

12345678910111213
  1. .hyper-parameter-basic {
  2. height: 100%;
  3. padding: 20px @content-padding;
  4. overflow-y: auto;
  5. background-color: white;
  6. border-radius: 10px;
  7. :global {
  8. .kf-basic-info__item__value__text {
  9. white-space: pre;
  10. }
  11. }
  12. }