Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

【1086】 快照详情悬浮界面需要优化



See merge request !1004
... ... @@ -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) {
... ...
... ... @@ -8660,3 +8660,10 @@ form.layui-card-header.layuiadmin-card-header-auto {
width: 16px;
height: 16px;
}
/*lsq 快照管理详情页基本信息悬浮样式修改 2022-09-27*/
#base-info-tips>.info-table>li span,#base-info-tips>.info-table>li span .div-link-state-list{
display: flex;
}
#base-info-tips>.info-table>li span:nth-child(2n){
flex:2;
}
... ...