From 038a8818cfe7dba89a4140e843e2f6ea0a4f3c17 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Thu, 31 May 2018 14:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E9=85=8D=E7=BD=AE=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F=E6=8F=90=E5=8F=96=E5=88=B0?= =?UTF-8?q?css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/css/components.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/css/components.css b/src/main/webapp/static/global/css/components.css index f3a1658a3..c5fe3e460 100644 --- a/src/main/webapp/static/global/css/components.css +++ b/src/main/webapp/static/global/css/components.css @@ -22538,6 +22538,18 @@ transition: background-color .1s ease-in-out; /* END SHOW MORE CSS**/ - +/**多域列表子集展示样式**/ +.tabInfo { + width: 150px; + border: 1px solid #c2cad8; + padding: 5px; + border-bottom: 0px +} +.content { + width: 1050px; + background-color: #f6f3f3; + border: 1px solid #c2cad8; + padding: 5px; +}