From 0685fcbe92b163f767e4ed69da1e8345c92953f1 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 30 Sep 2024 10:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/pages/sign/electronicSignatureList.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/static/pages/sign/electronicSignatureList.html b/src/main/resources/static/pages/sign/electronicSignatureList.html index 90a4bcc..379f6a0 100644 --- a/src/main/resources/static/pages/sign/electronicSignatureList.html +++ b/src/main/resources/static/pages/sign/electronicSignatureList.html @@ -49,6 +49,11 @@ text-decoration: none; cursor: pointer; } + .modal-content img { + width: 100%; + height: 100%; + object-fit: contain; /* 或者使用 'cover' 根据需要 */ + }