Browse Source

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

star7th 4 years ago
parent
commit
6118a3b336
1 changed files with 3 additions and 0 deletions
  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 {