Finish cpu statistics information

This commit is contained in:
2023-12-08 15:08:22 +08:00
parent 5c14e0e86b
commit 4e2d13c064
5 changed files with 141 additions and 233 deletions

View File

@@ -35,7 +35,7 @@
padding: 0 10px;
gap: 10px;
.key {
.key, .value-percent {
flex: 0 0 auto;
color: constants.$font-main-color;
}
@@ -52,7 +52,10 @@
}
.value-chart {
justify-content: space-around;
width: 0;
>div {
max-height: 12px;
height: 12px;
>* {
transform: translateY(1px);