From e2ce9886ff1456cd48e72f73c9efba70ad9320f5 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 14 十二月 2018 17:06:31 +0800
Subject: [PATCH] 添加机房信息切换

---
 gx_tieta/WebRoot/mobil/app/css/common.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css
index 4a4021b..efa2efb 100644
--- a/gx_tieta/WebRoot/mobil/app/css/common.css
+++ b/gx_tieta/WebRoot/mobil/app/css/common.css
@@ -8,7 +8,7 @@
     overflow: hidden;
 }
 .overflowY {
-    overflow-y: auto;
+    overflow-y: auto !important;
 }
 .overflowX {
     overflow-x: auto;
@@ -34,6 +34,9 @@
 .abs.abs-top40 {
     top: 40px;
 }
+.abs.abs-top41 {
+	top: 41px;
+}
 .abs.abs-top80 {
     top: 80px;
 }

--
Gitblit v1.9.1