From 2b41a088ffcd22a34b24ccb8d96be040de840b79 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.18>
Date: 星期三, 07 十一月 2018 16:03:28 +0800
Subject: [PATCH] 从其他页面跳转到实时告警和历史告警页面选中指定的机房或者电池组

---
 gx_tieta/WebRoot/pages/css/mylayui.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/css/mylayui.css b/gx_tieta/WebRoot/pages/css/mylayui.css
index 9729825..0480e58 100644
--- a/gx_tieta/WebRoot/pages/css/mylayui.css
+++ b/gx_tieta/WebRoot/pages/css/mylayui.css
@@ -3,7 +3,6 @@
 	height: 100%;
 	min-width: 1200px;
 	overflow: hidden;
-	overflow-x: auto;
 }
 .layui-table-view {
 	margin: 0;
@@ -112,6 +111,10 @@
 	height: 100%;
 	overflow-y: auto;
 }
+/* abs-left */
+.abs.abs-left360 {
+	left: 360px;
+}
 /* abs-top */
 .abs.abs-top100 {
 	top: 100px;

--
Gitblit v1.9.1