修改状态css

This commit is contained in:
yeyang
2022-12-11 13:40:42 +08:00
parent e6ee0b8a08
commit 2bce1210ea

View File

@@ -132,10 +132,14 @@ hr {
}
.memory li {
margin: 10px;
margin-bottom: 10px;
display: flex;
}
.memory li:last-child {
margin-bottom: 0px;
}
.memory .progress {
width: 100%;
height: 25px;
@@ -163,12 +167,13 @@ hr {
overflow: hidden;
white-space: nowrap;
line-height: 25px;
text-align: left;
}
.HardDisk_li .percentage {
width: 45px;
line-height: 25px;
text-align: center;
text-align: right;
}
.speed {