From fec6c24bc3fd902f8ced64bc2600c0b0836f7e52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2025 11:34:58 +0800 Subject: [PATCH] 2025-01-10 --- src/menu/components/share/sourcecomponent/inputform/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/sourcecomponent/inputform/index.scss b/src/menu/components/share/sourcecomponent/inputform/index.scss index 4904113..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: ''; @@ -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 { -- Gitblit v1.8.0