* Modify the name newline problem in the story list.

This commit is contained in:
tianshujie
2022-08-10 09:16:43 +08:00
parent aa031fd130
commit 59306ba53d
+2 -1
View File
@@ -4464,7 +4464,8 @@ class storyModel extends model
}
elseif($id == 'title')
{
$title = $story->title;
$title = $story->title;
$class .= ' text-ellipsis';
if(!empty($story->children)) $class .= ' has-child';
}
elseif($id == 'plan')