From 2bce1210eafdc9778d843bcdf448de4e10e283b5 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sun, 11 Dec 2022 13:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8A=B6=E6=80=81css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/state/state.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/state/state.css b/resources/state/state.css index 8fd9630..c565efb 100644 --- a/resources/state/state.css +++ b/resources/state/state.css @@ -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 {