From d45d08d36896d96e12f3bd4fb283c523dff52eb5 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 01 十一月 2018 10:59:49 +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