Simple Managment webapp [LLM]

This commit is contained in:
2025-12-03 18:00:42 +01:00
parent e7f613b5dc
commit c860ef9c30
14 changed files with 153 additions and 126 deletions

View File

@@ -134,3 +134,19 @@ body {
height: auto;
}
}
nz-card {
border: 1px solid #CCC !important;
box-shadow: 0 0 6px #CCC;
> .ant-card-head {
border-bottom: 1px solid #CCC;
}
display: flex;
flex-direction: column;
> .ant-card-body {
flex-grow: 1;
}
}