Commit 9e8c4c31 by cocomilk2012

update

parent 1dc33f12
Showing with 3 additions and 1 deletions
......@@ -17,7 +17,9 @@
<p>{{ item.fullName }}</p>
<p>
{{
item.title.length > 24 ? item.title.substring(0, 23) : item.title
item.title.length > 24
? item.title.substring(0, 22) + "..."
: item.title
}}
</p>
<p>{{ item.description }}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment