参数收集统计换行样式修改

This commit is contained in:
zyx.net
2022-08-03 11:09:42 +08:00
parent 947827039d
commit 1bc02c53f2
@@ -219,6 +219,8 @@
html += params[i].marker + params[i].seriesName + ":" + params[i].value;
if (_this.queryParam.value == 1) {
html += "%" + "<br>";
}else{
html +="<br>";
}
}
return html;