From ca1fa7d859c6ad07c15c9deb460bd92780162a60 Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期二, 28 五月 2024 01:02:49 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html | 11 +++++++---- 1 files changed, 7 insertions(+), 4 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 5c4fb2d..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"> @@ -31,7 +34,7 @@ </div> <div class="box-header "> <div class="box-title"> - <i class="glyphicon glyphicon-map-marker"></i> <a class="afont" th:href="@{/geo/holeLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">閽诲瓟杩涘害鏃ュ織</a> + <i class="glyphicon glyphicon-list-alt"></i> <a class="afont" th:href="@{/geo/holeLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">閽诲瓟杩涘害鏃ュ織</a> </div> </div> <div class="box-header "> @@ -46,7 +49,7 @@ </div> <div class="box-header "> <div class="box-title"> - <i class="glyphicon glyphicon-retweet"></i> <a class="afont" th:href="@{/geo/TubLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">鏉愭枡绠$悊</a> + <i class="glyphicon glyphicon-random"></i> <a class="afont" th:href="@{/geo/TubLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">鏉愭枡绠$悊</a> </div> </div> <div class="box-header "> -- Gitblit v1.9.1