From 711221e4b28157efc1762508e73e07311aa57a1e Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期三, 17 十二月 2025 15:49:38 +0800
Subject: [PATCH] AI事件管理修改

---
 fzzy-igdss-web/src/main/resources/static/css/style.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/static/css/style.css b/fzzy-igdss-web/src/main/resources/static/css/style.css
index d52deed..e6d43fe 100644
--- a/fzzy-igdss-web/src/main/resources/static/css/style.css
+++ b/fzzy-igdss-web/src/main/resources/static/css/style.css
@@ -7043,7 +7043,7 @@
 	height: calc(100% - 110px);
 	overflow: hidden;
 	width: 100%;
-	height: 100%;
+/*	height: 100%;*/
 	left: 0px;
 	position: absolute;
 	top: 0px;
@@ -7057,7 +7057,8 @@
 }
 
 .navbar-minimalize>.fa,.nav.navbar-right>li>a, .nav.navbar-left>li>a {
-    color: #5a5e66;
+    /* color: #5a5e66;*/
+    color: #fff;
 }
 
 .navbar, .skin-blue .navbar {

--
Gitblit v1.9.3