정수빈 정수빈 2025-07-29
친구톡 템플릿 선택 팝업 템플릿 없을 경우 추가
@22eb1975d5186ae422847782ed305420b6118199
src/main/webapp/publish/css/popupLayer.css
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
@@ -1050,6 +1050,8 @@
 .template_choice_popup .kakao_template_list{display:flex;flex-wrap:wrap;gap:30px 16px;margin:20px 0;}
 /* .template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;} */
 .template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px;}
+.template_choice_popup .kakao_template_list li.template_none{width:100%;text-align:center;box-shadow:none;}
+.template_choice_popup .kakao_template_list li.template_none::after{display:none;}
 .template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
 .template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;}
 .template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;}
src/main/webapp/publish/popup_friendtalk_template_choice.html
--- src/main/webapp/publish/popup_friendtalk_template_choice.html
+++ src/main/webapp/publish/popup_friendtalk_template_choice.html
@@ -42,6 +42,7 @@
             </div>
             <div class="template_list">
                 <ul class="kakao_template_list thumbnail_list">
+                	<li class="template_none">등록된 템플릿이 없습니다.</li>
                     <li>
                         <div class="kakao_template_wrap">
                             <div class="template_cont">
Add a comment
List