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