This commit is contained in:
2023-12-07 18:38:49 +08:00
parent e1e2a83618
commit 5c14e0e86b
12 changed files with 518 additions and 1079 deletions

View File

@@ -3,9 +3,12 @@
.root-content {
padding: 30px;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
.root-row {
gap: 20px;
>.card-box {
width: 48%;
flex: 0 0 auto;
.common-card {
padding: 20px;
@@ -48,6 +51,15 @@
}
}
.value-chart {
>div {
height: 12px;
>* {
transform: translateY(1px);
}
}
}
> * {
gap: 5px;
}