1.15 调整历史时间轴无法正常显示问题
This commit is contained in:
@@ -395,6 +395,7 @@
|
|||||||
conceptReport(param).then(res=>{
|
conceptReport(param).then(res=>{
|
||||||
for (let item of res.data.results) {
|
for (let item of res.data.results) {
|
||||||
item.content = item.content.replace(/'/g, '"')
|
item.content = item.content.replace(/'/g, '"')
|
||||||
|
// console.log(item.content)
|
||||||
}
|
}
|
||||||
this.reportList = res.data.results
|
this.reportList = res.data.results
|
||||||
}).catch(error=>{
|
}).catch(error=>{
|
||||||
@@ -642,6 +643,9 @@ page
|
|||||||
}
|
}
|
||||||
.title
|
.title
|
||||||
{
|
{
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #070707;
|
color: #070707;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -7051,9 +7051,9 @@ function isConsoleWritable() {
|
|||||||
return isWritable;
|
return isWritable;
|
||||||
}
|
}
|
||||||
function initRuntimeSocketService() {
|
function initRuntimeSocketService() {
|
||||||
const hosts = "127.0.0.1,192.168.2.28";
|
const hosts = "127.0.0.1,192.168.2.86";
|
||||||
const port = "8090";
|
const port = "8090";
|
||||||
const id = "mp-weixin_qiUVEc";
|
const id = "mp-weixin_Idz74q";
|
||||||
const lazy = typeof swan !== "undefined";
|
const lazy = typeof swan !== "undefined";
|
||||||
let restoreError = lazy ? () => {
|
let restoreError = lazy ? () => {
|
||||||
} : initOnError();
|
} : initOnError();
|
||||||
|
|||||||
@@ -185,6 +185,9 @@ page {
|
|||||||
color: #F2C367;
|
color: #F2C367;
|
||||||
}
|
}
|
||||||
.dateStatisticsC .statisticsC .list .item .title {
|
.dateStatisticsC .statisticsC .list .item .title {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #070707;
|
color: #070707;
|
||||||
|
|||||||
Reference in New Issue
Block a user