zhengyiming
2025-03-19 f4d3a468d151ce6ff4ef6b2158c2b13ebae18d43
packages/components/src/styles/components.scss
@@ -245,3 +245,48 @@
    }
  }
}
.preview-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width-image-wrapper {
  width: auto !important;
  height: auto !important;
}
.rich-edit-content {
  .rich-content-item {
    margin-bottom: 10px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .rich-content-image-item {
    display: block;
  }
  .rich-content-text-item {
    word-break: break-all;
    white-space: pre-line;
    font-size: 30px;
    line-height: 50px;
    color: boleGetCssVar('text-color', 'primary');
  }
  .rich-content-video-item {
    width: 100%;
    height: 300px;
  }
  &.small {
    .rich-content-text-item {
      font-size: 24px;
      line-height: 36px;
    }
  }
}