s9th 4 年之前
父節點
當前提交
72e1e9bffb

+ 5 - 0
mybusiness/src/main/resources/static/visualization/images/zhly_page.css

@@ -1237,3 +1237,8 @@
 	line-height: 30px;
 	text-align: left;
 }
+#jk_hover ul li span, #jk_hover2 ul li span{
+	color: #ffffff!important;
+
+}
+

+ 13 - 13
mybusiness/src/main/resources/templates/business/visualization/frame.html

@@ -21,20 +21,20 @@
         <div class="jk_txt" >
             <h2 class="jk_sj"><i th:text="${Visualization_Report_Event_Count}"/></h2>
             <span>上报总数</span>
-            <div id="jk_hover">
-                <ul>
-                    <li th:each="veec : ${Visualization_Event_Each_Count}">
-                        <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'">森林防火:</span>
-                        <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'">病虫害:</span>
-                        <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
-                        <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
-                        <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
-                        [[${veec.COUNT}]]
-                    </li>
-                </ul>
-            </div>
-        </div>
 
+        </div>
+        <div id="jk_hover">
+            <ul>
+                <li th:each="veec : ${Visualization_Event_Each_Count}">
+                    <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'">森林防火:</span>
+                    <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'">病虫害:</span>
+                    <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
+                    <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
+                    <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
+                    [[${veec.COUNT}]]
+                </li>
+            </ul>
+        </div>
     </div>
 
     <div class="jk_div"  onmouseover="overShowTow()" onmouseout="overHideTow()" >