From 3a10094963549904f3e90f55df110bcda326bc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Mon, 6 Feb 2023 12:45:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI=E5=BC=82=E5=B8=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- dzz/comment/images/folder.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dzz/comment/images/folder.css b/dzz/comment/images/folder.css index ac45be5..5cfdaf6 100644 --- a/dzz/comment/images/folder.css +++ b/dzz/comment/images/folder.css @@ -59,6 +59,9 @@ html, body { } .module-list-view .item { border-bottom: 1px solid #EEEEEE; + display: flex; + align-items: center; + justify-content: center; /* border-top:1px solid #FFF;*/ } .module-list-view .item:first{ @@ -104,8 +107,6 @@ html, body { } .module-list-view .item .name { width: 100%; - white-space: nowrap; - text-overflow: ellipsis; overflow: hidden; } .module-list-view .list-share .item .name-text { @@ -127,13 +128,7 @@ html, body { } .module-list-view .col{ float: left; - height: 51px; - line-height: 51px; - text-indent: 10px; width: 10%; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; } .module-list-view .col1{ float: left; @@ -383,4 +378,4 @@ html, body { } .main-header{ border: none; -} +} \ No newline at end of file