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

123456789
  1. .add-experiment-modal {
  2. .global_param_item {
  3. max-height: 230px;
  4. padding: 24px 12px 0;
  5. overflow-y: auto;
  6. border: 1px solid #e6e6e6;
  7. border-radius: 6px;
  8. }
  9. }