관리자 사용자 상세 팝업 최근 알림톡 내용 마우스 호버시 상세내용 팝업 표시
@7d835948ba5f7af69be12a951374b5699ac0bf3c
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
... | ... | @@ -40,6 +40,12 @@ |
| 40 | 40 |
tbody tr td.sms_detail .sms_detail_hover {overflow:hidden;text-overflow:ellipsis;display:none;word-wrap:break-word;-webkit-line-clamp:20;-webkit-box-orient:vertical;position:absolute;left:155px;top:1px;width:calc(100% + 230px);padding:15px;line-height:20px;white-space:normal;border:1px solid #e5e5e5;background:#fff;border-radius:5px;box-sizing:border-box;box-shadow:0px 3px 10px 0px rgb(0 0 0 / 0.2);z-index:1;font-size:14px;text-align:left;}
|
| 41 | 41 |
tbody tr td.sms_detail .sms_detail_hover:after {content:'';position:absolute;left:0;bottom:0;width:100%;height:10px;background:#fff;border-radius:0 0 5px 5px;}
|
| 42 | 42 |
tbody tr td.sms_detail:hover .sms_detail_hover {display:-webkit-box;}
|
| 43 |
+ |
|
| 44 |
+ |
|
| 45 |
+tbody tr td.sms_detail .kakao_detail_hover {overflow:hidden;text-overflow:ellipsis;display:none;word-wrap:break-word;-webkit-line-clamp:20;-webkit-box-orient:vertical;position:absolute;left:60px;top:1px;width:calc(100% + 230px);padding:15px;line-height:20px;white-space:normal;border:1px solid #e5e5e5;background:#fff;border-radius:5px;box-sizing:border-box;box-shadow:0px 3px 10px 0px rgb(0 0 0 / 0.2);z-index:1;font-size:14px;text-align:left;}
|
|
| 46 |
+tbody tr td.sms_detail .kakao_detail_hover:after {content:'';position:absolute;left:0;bottom:0;width:100%;height:10px;background:#fff;border-radius:0 0 5px 5px;}
|
|
| 47 |
+tbody tr td.sms_detail:hover .kakao_detail_hover {display:-webkit-box;}
|
|
| 48 |
+ |
|
| 43 | 49 |
</style> |
| 44 | 50 |
|
| 45 | 51 |
<script src="/publish/js/jquery-3.5.0.js"></script> |
... | ... | @@ -4566,9 +4572,13 @@ |
| 4566 | 4572 |
<c:otherwise> |
| 4567 | 4573 |
<div class="ellipsis_line"> |
| 4568 | 4574 |
<c:out value="${kakaoResultList.smsTxt}"/>
|
| 4575 |
+ <div class="kakao_detail_hover"> |
|
| 4576 |
+ <c:out value="${kakaoResultList.smsTxt}"/>
|
|
| 4577 |
+ </div> |
|
| 4569 | 4578 |
</div> |
| 4570 | 4579 |
</c:otherwise> |
| 4571 |
- </c:choose> |
|
| 4580 |
+ </c:choose> |
|
| 4581 |
+ |
|
| 4572 | 4582 |
</td> |
| 4573 | 4583 |
<td><fmt:formatNumber value="${kakaoResultList.msgGroupCnt}" type="number" /></td>
|
| 4574 | 4584 |
<td><fmt:formatNumber value="${kakaoResultList.successCount}" type="number" /></td>
|
... | ... | @@ -4704,6 +4714,9 @@ |
| 4704 | 4714 |
<c:otherwise> |
| 4705 | 4715 |
<div class="ellipsis_line"> |
| 4706 | 4716 |
<c:out value="${kakaoReserveList.smsTxt}"/>
|
| 4717 |
+ <div class="kakao_detail_hover"> |
|
| 4718 |
+ <c:out value="${kakaoReserveList.smsTxt}"/>
|
|
| 4719 |
+ </div> |
|
| 4707 | 4720 |
</div> |
| 4708 | 4721 |
</c:otherwise> |
| 4709 | 4722 |
</c:choose> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?