您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.module.css 164B

12345678
  1. .modal {
  2. max-width: 1024px !important;
  3. border-radius: 12px !important;
  4. margin-top: 60px;
  5. margin-bottom: 60px;
  6. padding: 0 !important;
  7. overflow-y: auto;
  8. }