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