1.15 调整历史时间轴无法正常显示问题
This commit is contained in:
@@ -395,6 +395,7 @@
|
||||
conceptReport(param).then(res=>{
|
||||
for (let item of res.data.results) {
|
||||
item.content = item.content.replace(/'/g, '"')
|
||||
// console.log(item.content)
|
||||
}
|
||||
this.reportList = res.data.results
|
||||
}).catch(error=>{
|
||||
@@ -642,6 +643,9 @@ page
|
||||
}
|
||||
.title
|
||||
{
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
color: #070707;
|
||||
|
||||
Reference in New Issue
Block a user