From c12def5f240b452cd2100a69f91ff6375b4853b2 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期三, 07 十一月 2018 16:36:34 +0800 Subject: [PATCH] 告警滚动,告警取消后提示消息修改 --- gx_tieta/WebRoot/pages/css/mylayui.css | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/pages/css/mylayui.css b/gx_tieta/WebRoot/pages/css/mylayui.css index cbbb889..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; @@ -169,4 +172,8 @@ .graph-content { width: 100%; height: 100%; +} +/* my layui */ +.popup .layui-card-body { + padding: 0; } \ No newline at end of file -- Gitblit v1.9.1