Authored by 鲁尚清

【1005】 【资源视图】小型机分区详情页资源id文字溢出导致样式溢出(数据:电子税务局文书1(新))

... ... @@ -3494,7 +3494,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
}
if (resId) {
li += ' <li><span style="text-align:left;width:40%">资源ID</span>' +
'<span title="' + resId + '" style="width:60%;text-overflow: inherit;white-space: normal;word-break: break-all;">'
'<span title="' + resId + '" style="width:60%;text-overflow: ellipsis;white-space: nowrap !important; word-break: break-word;overflow: hidden !important;">'
+ resId+'</span></li>'
}
}
... ...