优化
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
},
|
||||
// 截取文章内容的前 35 个字,并加上省略号
|
||||
brief: function() {
|
||||
return this.projectLists.projectDescription.substr(0, 33) + '...';
|
||||
return this.projectLists.projectDescription.substr(0, 40) + '...';
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user