basic layout for the overview

This commit is contained in:
1ilit
2023-09-19 15:47:51 +03:00
parent d441ff5fcb
commit 41112a29b8
3 changed files with 140 additions and 8 deletions

View File

@@ -13,3 +13,14 @@ body {
.bg-blue {
background-color: #124559;
}
.semi-form-vertical .semi-form-field {
margin: 0;
padding-top: 8px !important;
padding-bottom: 8px !important;
overflow: hidden;
}
.semi-card .semi-collapse-item{
border: none !important;
}