Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
【1086】 快照详情悬浮界面需要优化 See merge request !1004
Showing
2 changed files
with
8 additions
and
1 deletions
@@ -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) { |
@@ -8660,3 +8660,10 @@ form.layui-card-header.layuiadmin-card-header-auto { | @@ -8660,3 +8660,10 @@ form.layui-card-header.layuiadmin-card-header-auto { | ||
8660 | width: 16px; | 8660 | width: 16px; |
8661 | height: 16px; | 8661 | height: 16px; |
8662 | } | 8662 | } |
8663 | +/*lsq 快照管理详情页基本信息悬浮样式修改 2022-09-27*/ | ||
8664 | +#base-info-tips>.info-table>li span,#base-info-tips>.info-table>li span .div-link-state-list{ | ||
8665 | + display: flex; | ||
8666 | +} | ||
8667 | +#base-info-tips>.info-table>li span:nth-child(2n){ | ||
8668 | + flex:2; | ||
8669 | +} |
-
Please register or login to post a comment