From 68bb3deeaae91bd75a6777cd818adf6f745514f5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 02 七月 2020 13:19:41 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/trayCode/trayCode.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/trayCode/trayCode.js b/src/main/webapp/static/js/trayCode/trayCode.js
index 81a5b95..6119f5c 100644
--- a/src/main/webapp/static/js/trayCode/trayCode.js
+++ b/src/main/webapp/static/js/trayCode/trayCode.js
@@ -106,10 +106,12 @@
                 layer.open({
                     type: 2,
                     title: '鐢熸垚鎵樼洏鐮�',
-                    area: ['500px'],
-                    shadeClose: true,
+                    offset: '100px',
+                    area: ['360px'],
+                    shade: 0.1,
                     content: 'tray.html',
                     success: function(layero, index){
+                        layer.iframeAuto(index)
                     },
                     end: function () {
                     }

--
Gitblit v1.9.1