index.module.less 260 B

1234567891011121314151617
  1. .cardPreview {
  2. width: 920px;
  3. :global {
  4. .n-card__content {
  5. height: 517px;
  6. }
  7. .n-card-header__main {
  8. max-width: 60%;
  9. margin: 0 auto;
  10. white-space: nowrap;
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. }
  14. }
  15. }