From 100531ddd1fc4433ad72d888bebee901550e01f5 Mon Sep 17 00:00:00 2001 From: DSQ Date: Tue, 18 Nov 2025 14:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E6=AF=94=E4=BE=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elastic/templates/elastic/manage.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elastic/templates/elastic/manage.html b/elastic/templates/elastic/manage.html index a904900..9a15e96 100644 --- a/elastic/templates/elastic/manage.html +++ b/elastic/templates/elastic/manage.html @@ -203,6 +203,9 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); + object-fit: contain; /* 保持图片比例,完整显示 */ + border-radius: 8px; + box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .image-modal-close {