From 27ce12d3ed00ed5d70ce785653a16db092c3ef88 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 28 八月 2025 21:33:27 +0800
Subject: [PATCH] bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js
index 5481cab..d8cd0ee 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js
@@ -77,7 +77,7 @@
         var index = layer.load(1,{
             type: 1
             , title: '会员退费'
-            , area: ['800px', '600px']
+            , area: ['600px', '550px']
             , offset: 'auto' //具体配置参考:http://www.layui.com/doc/modules/layer.html#offset
             , id: 'layerDemo' //防止重复弹出cge
             , content: '<div class="form-horizontal" style="padding-top: 20px;">' +
@@ -88,14 +88,15 @@
     '<div class="col-sm-9">'+
         '<input style="width: 300px" class="form-control" id="vipEndTime" name="vipEndTime" type="date">'+
     '</div>'+
+
+                '                       </div>' +
+                '                   </div>' +
                 '                        <div class="form-group refusal" >\n' +
                 '                            <label class="col-sm-3 control-label">备注:</label>\n' +
                 '                            <div class="col-sm-9">\n' +
-                '                     <textarea id="refusal" class="form-control" style="width: 100%;height: 200px"></textarea>'+
+                '                     <textarea id="refusal" class="form-control" style="width: 100%;height: 120px"></textarea>'+
                 '                            </div>\n' +
                 '                        </div>\n' +
-                '                       </div>' +
-                '                   </div>' +
                 '</div>'
             , btn: ['保存', '关闭']
             , btnAlign: 'c' //按钮居中

--
Gitblit v1.7.1