From dfe35b46051d6c2e1390a727f6a9c49aed347ac2 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 21 五月 2024 17:00:33 +0800 Subject: [PATCH] bg --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html | 4 ++-- 1 files changed, 2 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 23dd7ae..0694e9e 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,7 +6,7 @@ <th:block th:include="include :: ztree-css" /> <style> .active { - background: #3c8dbc; + background: #41aae7; } .active a { @@ -51,7 +51,7 @@ </div> <div class="box-header "> <div class="box-title"> - <i class="glyphicon glyphicon-th-list"></i> <a class="afont" th:href="@{/geo/projectData(id=${project.ids},type='3')}" target="mainFrame" onclick="selected(this)">鏂藉伐鐜板満绠$悊</a> + <i class="glyphicon glyphicon-th-list"></i> <a class="afont" th:href="@{/geo/projectData/2(id=${project.ids},type='3')}" target="mainFrame" onclick="selected(this)">鏂藉伐鐜板満绠$悊</a> </div> </div> <div class="box-header "> -- Gitblit v1.9.1