diff --git a/public/common/css/block.css b/public/common/css/block.css index 826de1e5..aa802f25 100644 --- a/public/common/css/block.css +++ b/public/common/css/block.css @@ -172,6 +172,16 @@ background-color: #e6e6e6; } +/* 专门用来覆盖 PanelItem 的特殊元素 */ + +.ItemTableList { + padding: 0px 8px; + width: 100%; + margin-bottom: 0px; + border-bottom: 1px solid #d8d8d8; + background-color: initial; +} + .input-group { margin-bottom: 10px; } diff --git a/public/template/server.html b/public/template/server.html index 2abddf92..907fd400 100644 --- a/public/template/server.html +++ b/public/template/server.html @@ -14,7 +14,8 @@ -