|
@@ -222,6 +222,9 @@ func GetClassifyReportList(user user.UserInfo, classifyIdSecond int, pageIndex,
|
|
|
reportItem.ClassifyNameSecond = reportInfo.ClassifyNameSecond
|
|
|
reportItem.Stage = reportInfo.Stage
|
|
|
reportItem.Abstract = reportInfo.Abstract
|
|
|
+ if reportInfo.Abstract != "" {
|
|
|
+ reportItem.Abstract = "<div style=\"overflow: hidden;white-space: nowrap;text-overflow: ellipsis;\">" +reportInfo.Abstract+"</div>"
|
|
|
+ }
|
|
|
reportItem.Author = reportInfo.Author
|
|
|
reportItem.ReportImgUrl = classifyInfo.ReportImgUrl
|
|
|
reportItem.VideoName = reportInfo.VideoName
|