From f9e031c1c39654964dc9d956fbccc30e7ea4c65c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 07 五月 2025 11:05:52 +0800
Subject: [PATCH] 2025-05-07

---
 src/menu/components/share/sourcecomponent/inputform/index.scss |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/share/sourcecomponent/inputform/index.scss b/src/menu/components/share/sourcecomponent/inputform/index.scss
index 576da5d..cf04bb0 100644
--- a/src/menu/components/share/sourcecomponent/inputform/index.scss
+++ b/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: '';
@@ -50,6 +56,25 @@
     position: relative;
     top: -15px;
   }
+  .ant-form-explain {
+    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 {

--
Gitblit v1.8.0