From d88a5a7ba824740d4bdcafab42c7820fcc689241 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 23 十二月 2022 08:12:55 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index b29b3ea..3c80877 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -74,6 +74,12 @@
                             $('.layx-min-statu').css("left", "inherit").css("right", "10px")
                         }
                     }
+                    , onrestore:{
+                        after: function () {
+                            let win = layx.getFrameContext('wcs-news');
+                            win.autoScroll = true
+                        }
+                    }
                 }
             }
         );

--
Gitblit v1.9.1