From a016677520c05b9c72c2426781df7cbdb4ecfe71 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 08 十一月 2018 10:20:36 +0800 Subject: [PATCH] 首页面卡顿问题 --- gx_tieta/WebRoot/pages/css/mylayui.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/pages/css/mylayui.css b/gx_tieta/WebRoot/pages/css/mylayui.css index 0a9ac54..0480e58 100644 --- a/gx_tieta/WebRoot/pages/css/mylayui.css +++ b/gx_tieta/WebRoot/pages/css/mylayui.css @@ -111,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