From a4c1346fe8b37507d69413632848d30a5826efc6 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Wed, 21 Nov 2018 09:25:08 +0800 Subject: [PATCH] 更新 --- src/main/webapp/view/map.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp index 8a27995..fcf948d 100644 --- a/src/main/webapp/view/map.jsp +++ b/src/main/webapp/view/map.jsp @@ -263,12 +263,12 @@ border: 0; height: 85px; width: 85px; - background:url(/screen_api_v2/img/charts_btn_bg_1.png) left top no-repeat; + background:url(/img/charts_btn_bg_1.png) left top no-repeat; background-size: 70%; } .tools_box .charts_btn:hover { cursor:pointer; - background:url(/screen_api_v2/img/charts_btn_bg_2.png) left top no-repeat; + background:url(/img/charts_btn_bg_2.png) left top no-repeat; background-size: 70%; } </style> -- Gitblit v1.8.0