From f726209d50bf3260f7399182ee63a6fef7dc3a04 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 06 十一月 2018 11:13:23 +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 cbbb889..9729825 100644 --- a/gx_tieta/WebRoot/pages/css/mylayui.css +++ b/gx_tieta/WebRoot/pages/css/mylayui.css @@ -169,4 +169,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