From 981eab27aa80c0ddc4e13f417463b45a21d4f54e Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期四, 01 十一月 2018 11:34:42 +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