feat: 修改主机分组配置.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user