From a7223a5dfc7c83c7fe3894e65d1fed84cae61a8e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 15 二月 2023 08:45:38 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index b29b3ea..4c1e33c 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -7,6 +7,11 @@
     <link rel="stylesheet" href="../static/css/layx.min.css" type="text/css" />
     <script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
     <script src="../static/js/tools/layx.min.js"></script>
+    <style>
+        .layx-window.layx-skin-news .layx-control-bar {
+            background-color: #333333;
+        }
+    </style>
 </head>
 <body>
 <!-- 瀵艰埅鏍� -->
@@ -47,6 +52,8 @@
             , "news.html"
             , {
                   shadow:false
+                , storeStatus:false
+                // , skin: 'news'
                 , width:800
                 , height:600
                 , position:'rb'
@@ -74,6 +81,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