From db7774d968f6edf83894c49bf7b18e4cb6393d1a Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sat, 7 Jan 2023 17:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=8A=B6=E6=80=81=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/state/state.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/state/state.css b/resources/state/state.css index afac365..f98a642 100644 --- a/resources/state/state.css +++ b/resources/state/state.css @@ -46,6 +46,11 @@ hr { border-radius: 10px; } +.header { + max-width: 100%; + overflow: hidden; +} + .header hr { margin: 5px 0px; } @@ -55,6 +60,12 @@ hr { color: #2f4f4f; } +.header h1 { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} + .info { width: 100%; display: flex; @@ -166,9 +177,11 @@ hr { line-height: 25px; left: 50%; transform: translate(-50%, 0); + white-space: nowrap; } .HardDisk_li .mount { + min-width: 15px; max-width: 3em; text-overflow: ellipsis; overflow: hidden;