kmg 2024-02-06
2024/02/06 20건 문자 enter키 발송 추가
@6e5ddd5238dbeb5a4d921fef4feb54aae4e8a34b
src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
@@ -15,7 +15,7 @@
 /* .send_top .send_right .phone_bottom{display:flex;align-items:center;} */
 .send_top .send_right .send_rev{margin:0 !important;}
 .send_top .send_right .phone_bottom{bottom:130px;}
-.send_top .send_right .send_rev .send_content{padding:0 !important;;} 
+.send_top .send_right .send_rev .send_content{padding:0 !important;}
 </style>
 
 <% pageContext.setAttribute("newLineChar", "\r\n"); %>
@@ -4515,8 +4515,9 @@
 		                    <div class="send_btn">
 		                        <button type="button" class="btnType btnType11" onclick="javascript:fn_sendMsgData(); return false;">발송하기</button>
 		                        <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button>
-		                    </div>
+		                    </div>		                    
 	                    </div>
+	                    <!-- Enter키로 발송하기 <div class="use_enter"><input type="checkbox" id=""><label for="">Enter키로 발송하기</label></div>-->
                         <div class="rev_selected">
                             <div class="rev_top">
                		            <span>날짜 :</span>
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -532,7 +532,7 @@
 
 /* 문자 예약 */
 .send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;}
-.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0;}
+.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; position:relative;}
 .send_top .send_right .send_rev .rev_selected  {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;}
 .send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;} 
 .send_top .send_right .send_rev select+label {color: #555;font-weight: 300; font-size: 14px;}
@@ -554,6 +554,8 @@
 .send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio] + label {vertical-align:top;}
 .send_top .send_right .send_rev .send_content .send_btn {display:flex;width:245px;justify-content:space-between;}
 .send_top .send_right .send_rev .send_content .send_btn button {width:calc(100%/2 - 4px);height:60px;}
+.send_top .send_right .send_rev .use_enter {position:absolute; padding:3px 0 0 65px; display:flex;align-items:center;}
+.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
 
 /* sub1 엑셀 문자(대량 전송) */
 .send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}
Add a comment
List