From 67e03b179e1a257622cf2b5b21ec0610115c3bf9 Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期二, 28 五月 2024 17:48:40 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
index 9a3893d..13e714e 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
@@ -6,13 +6,16 @@
<th:block th:include="include :: ztree-css" />
<style>
.active {
- background: #41aae7;
+ background: #1894F6;
}
.active a {
color: white;
}
-.afont{font-size:14px;}
+.afont{
+ color: #4D4D4D;
+ font-size:14px;
+}
</style>
</head>
<body class="gray-bg">
--
Gitblit v1.9.1