feat: 修改主机分组配置.

This commit is contained in:
lijiahangmax
2023-12-01 01:54:50 +08:00
parent 875c873622
commit a76bc1ef54
31 changed files with 9003 additions and 7797 deletions

View File

@@ -98,6 +98,14 @@ body {
user-select: none;
}
.arco-drawer-header {
border-bottom: unset;
}
.arco-drawer-footer {
border-top: unset;
}
.arco-drawer-container.drawer-body-padding-0 {
.arco-drawer-body {
padding: 0 !important;

View File

@@ -1,6 +1,5 @@
// -- container
.layout-container {
background-color: var(--color-fill-2);
padding: 16px;
display: flex;
flex-direction: column;
@@ -114,6 +113,12 @@
padding: 0 4px;
}
.card-header-icon-wrapper {
height: 27px;
padding: 6px;
user-select: none;
}
// -- card
.simple-card {
background: var(--color-bg-2);