king
2025-01-16 325aa13d3b61d1c066f8fcab107003ef36713df3
src/menu/components/share/sourcecomponent/inputform/index.scss
@@ -20,6 +20,12 @@
      .video-react-control-bar {
        display: none;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
      }
    }
    .image-video-box-body::after {
      content: '';
@@ -54,6 +60,21 @@
    margin-top: 5px;
    word-break: break-all;
  }
  .mk-scrollbar {
    padding: 5px 0px;
    min-height: 300px;
    max-height: calc(100vh - 250px);
    clear: both;
    .static-source {
      clear: both;
      padding-left: 10px;
      color: rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 10px;
    }
  }
}
.picture-edit-model {
  .ant-modal {