...
|
...
|
@@ -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>'
|
|
|
}
|
|
|
}
|
...
|
...
|
|