Explorar o código

Limit item title length / 限制项目标题长度

star7th %!s(int64=4) %!d(string=hai) anos
pai
achega
6118a3b336
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      web_src/src/components/item/Index.vue

+ 3 - 0
web_src/src/components/item/Index.vue

@@ -203,6 +203,9 @@ a {
 
 .my-item {
   margin: 40px 5px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
 }
 
 .thumbnails li {