From cec4785abe05d5f929095169cb3bd8954335719f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 10 Sep 2018 13:44:29 +0800 Subject: [PATCH] search --- service/Public/Common/Css/Common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Public/Common/Css/Common.css b/service/Public/Common/Css/Common.css index 4558938ef..71e87dad9 100755 --- a/service/Public/Common/Css/Common.css +++ b/service/Public/Common/Css/Common.css @@ -1,5 +1,5 @@ /* 没数据 */ -.table-no {text-align:center;padding-top:30px !important;background:#FFF !important; color: #888; } +.table-no {text-align:center;padding:30px 0;background:#FFF !important; color: #888; } /* 公共dl样式 */ .dl-content dt { float: left; padding-left: 5px; overflow: hidden; clear: left; -- GitLab