From e80e319804323105915551226a27f93e51fc130d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 22 十二月 2022 15:58:28 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 6554f86..17a8caf 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -8,15 +8,8 @@
<script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
<script src="../static/js/tools/layx.min.js"></script>
<style>
- #layx-radiu-style{
- border-radius:4px;
- -webkit-border-radius:4px;
- -moz-border-radius:4px;
- -ms-border-radius:4px;
- }
-
- #layx-radiu-style .layx-window-icon{
- color:#f00;
+ .layx-min-statu {
+ right: 10px;
}
</style>
</head>
@@ -25,7 +18,6 @@
<div class="sidebar">
<div class="nav">
<ul class="cl-effect-4">
- <li><a id="layx" onclick="news()" class="nav-unselect" href="#">閫氱煡</a></li>
<li><a id="console" onclick="nav(this.id)" class="nav-select" href="#">涓绘帶鍥�</a></li>
<li><a id="pipeline" onclick="nav(this.id)" class="nav-unselect" href="#">杈撻�佽澶�</a></li>
<li><a id="crn" onclick="nav(this.id)" class="nav-unselect" href="#">鍫嗗灈鏈�</a></li>
@@ -50,19 +42,17 @@
// 绯荤粺杩愯鐘舵��
var systemRunning = true;
- news();layx.min('wcs-news');
-
// http://chuange.gitee.io/vue-layx/
+ news();layx.min('wcs-news');
function news() {
layx.iframe('wcs-news','绯荤粺鍒嗘瀽鎶ュ憡','./iframe.html',{
shadow:false
- , width:600
- , height:800
- // , position:'rb'
+ , width:1000
+ , height:600
+ , position:'rb'
// , control:false
, opacity:0.9
, border:false
- // , icon:false
, icon:'<img src="../static/images/favicon.ico" style="height:22px;display:block;" alt=""/>'
, stickMenu:true
, maxMenu:false
@@ -76,9 +66,17 @@
, minWidth:300
, minHeight:300
, borderRadius: '8px'
- // , shadeDestroy:true
+ , shadeDestroy:true
, escKey: false
+ , event:{
+ onmin: {
+ after: function () {
+ $('.layx-min-statu').css("left", "inherit").css("right", "10px")
+ }
+ }
+ }
});
}
+
</script>
</html>
--
Gitblit v1.9.1