Commit 0ab6353f by cocomilk2012

update

parent 6367fde9
Showing with 2 additions and 2 deletions
......@@ -55,8 +55,8 @@
<div class="fe-list-child-left">
<h3>
{{
item.title.length > 10
? item.title.substring(0, 9)
item.title.length > 20
? item.title.substring(0, 19) + "..."
: item.title
}}
</h3>
......
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