From 0f40afa15ec969fa36339c46c47721cc54f6b952 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期四, 01 十一月 2018 11:15:38 +0800 Subject: [PATCH] 从其他页面进入到电池组统计分析查询页面时选中指定的省,市,区,机房,电池组功能完成 --- gx_tieta/WebRoot/powercut.jsp | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gx_tieta/WebRoot/powercut.jsp b/gx_tieta/WebRoot/powercut.jsp index 4d3d453..66445d1 100644 --- a/gx_tieta/WebRoot/powercut.jsp +++ b/gx_tieta/WebRoot/powercut.jsp @@ -8,20 +8,20 @@ <html> <head> <base href="<%=basePath%>"> - - <title><s:text name="Station_powercut_query"/></title> <!-- 鏈烘埧鍋滅數鏌ヨ --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link href="css/basic.css" rel="stylesheet"> - <link rel="stylesheet" href="css/BrdwMaint.css"> - <link rel="stylesheet" type="text/css" href="css/loading.css"> - <link rel="stylesheet" href="css/nocontent.css"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="This is my page"> - + <title><s:text name="Station_powercut_query"/></title> <!-- 鏈烘埧鍋滅數鏌ヨ --> + <link href="css/basic.css" rel="stylesheet"> + <link rel="stylesheet" href="css/BrdwMaint.css"> + <link rel="stylesheet" type="text/css" href="css/loading.css"> + <link rel="stylesheet" href="css/nocontent.css"> + <link href="src/css/layui.css" type="text/css" rel="stylesheet"> + <style type="text/css"> body { overflow-x: hidden !important; -- Gitblit v1.9.1