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; +}