From 75e2b4df7408456bfa39915e0edf90356fabecc4 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 30 Jun 2026 17:51:21 +0800
Subject: [PATCH] feat(system): 优化支付链接图片上传功能

---
 src/main/resources/templates/febs/views/modules/system/payLink.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/system/payLink.html b/src/main/resources/templates/febs/views/modules/system/payLink.html
index a5bde24..c88b7d3 100644
--- a/src/main/resources/templates/febs/views/modules/system/payLink.html
+++ b/src/main/resources/templates/febs/views/modules/system/payLink.html
@@ -18,7 +18,7 @@
                             <button type="button" class="layui-btn layui-btn-normal" id="pay-link-img-upload">上传图片</button>
                             <div class="layui-input-block">
                                 <div class="layui-upload-list">
-                                    <img class="layui-upload-img" id="xtLinkImgUrls" width="100%">
+                                    <img class="layui-upload-img" id="xtLinkImgUrls" style="width: 200px;">
                                 </div>
                             </div>
                         </div>

--
Gitblit v1.9.1