king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
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: '';
@@ -60,6 +66,14 @@
    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 {