...
|
...
|
@@ -407,7 +407,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
|
var $html = addIconByValue(valueStr);
|
|
|
var resStyle = obj.alarmEleMatchStyle(ar.flag, ar.kpiId);
|
|
|
span += ' <span ' + menuId + ' style="text-align:left;width:40%">' + ar.kpiName + '</span>' +
|
|
|
'<span title="' + titleStr + '" style="width:60%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;' + resStyle + '">'
|
|
|
'<span title="' + titleStr + '" style="width:60%;overflow: hidden !important;text-overflow: ellipsis;white-space: nowrap;' + resStyle + '">'
|
|
|
+ $html + valueStr +unit+ '</span>';
|
|
|
//补充空白区域
|
|
|
if (v.length < cols) {
|
...
|
...
|
|