浏览代码

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

star7th 4 年之前
父节点
当前提交
6118a3b336
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 {