Merge branch 'master-v32-lushangqing' into 'master'
【1005】 【资源视图】小型机分区详情页资源id文字溢出导致样式溢出(数据:电子税务局文书1(新)) See merge request !870
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3494,7 +3494,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -3494,7 +3494,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | ||
3494 | } | 3494 | } |
3495 | if (resId) { | 3495 | if (resId) { |
3496 | li += ' <li><span style="text-align:left;width:40%">资源ID</span>' + | 3496 | li += ' <li><span style="text-align:left;width:40%">资源ID</span>' + |
3497 | - '<span title="' + resId + '" style="width:60%;text-overflow: inherit;white-space: normal;word-break: break-all;">' | 3497 | + '<span title="' + resId + '" style="width:60%;text-overflow: ellipsis;white-space: nowrap !important; word-break: break-word;overflow: hidden !important;">' |
3498 | + resId+'</span></li>' | 3498 | + resId+'</span></li>' |
3499 | } | 3499 | } |
3500 | } | 3500 | } |
-
Please register or login to post a comment