From 7b8e271ed8344866c0dbe56942625ccedb5564c7 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 02 十一月 2018 17:31:00 +0800
Subject: [PATCH] 问题反馈

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

diff --git a/gx_tieta/WebRoot/pages/css/mylayui.css b/gx_tieta/WebRoot/pages/css/mylayui.css
index 6a52b37..d51a07c 100644
--- a/gx_tieta/WebRoot/pages/css/mylayui.css
+++ b/gx_tieta/WebRoot/pages/css/mylayui.css
@@ -11,7 +11,7 @@
 
 /* layui-page-filter */
 .page-filter-header {
-	line-height: 36px;
+	line-height: 32px;
 	background: url('../images/table_th_bg.gif') repeat-x;
 	text-align:center;
 }
@@ -95,6 +95,35 @@
 	width:100%;
 }
 
+body .layui-table th {
+	padding-top: 6px;
+	padding-bottom: 6px;
+}
+.abs {
+	position: absolute;
+	top: 0;
+	left: 0;
+	bottom: 0;
+	right: 0;
+	overflow:hidden;
+}
+.abs .abs-container {
+	position: relative;
+	height: 100%;
+	overflow-y: auto;
+}
+/* abs-top */
+.abs.abs-top100 {
+	top: 100px;
+}
+
+/* abs-bottom */
+.abs.abs-bottom60 {
+	bottom: 60px;
+}
+.abs.abs-bottom120 {
+	bottom: 120px;
+}
 /* width */
 .w272 {
 	width: 272px;

--
Gitblit v1.9.1