From 669f4a3c5480172a83b94f604f3cd0448ce8aad4 Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期五, 03 三月 2023 15:48:47 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 3c80877..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'
--
Gitblit v1.9.1