Ver código fonte

공지사항 팝업수정

whakdo963 2 anos atrás
pai
commit
63b0b1c31d

+ 8 - 12
src/main/webapp/mobile/app/main.html

@@ -110,21 +110,23 @@
110 110
 				<div class="itp_note_header">
111 111
 					<h1>> 공지사항</h1>
112 112
 				</div>
113
-				<div id="ITP_MODAL_NOTE_INFO" class="itp_note_popup modal itp_modal" style="display:none">
113
+				<div id="ITP_MODAL_NOTE_INFO" class="itp_note_popup modal itp_modal" style="display: none">
114 114
 					<div class="popup_note">
115 115
 						<div class="header">
116 116
 							<div class="header_left">
117
-								<label>매장</label>
117
+								<label>공지사항</label>
118 118
 							</div>
119 119
 							<div class="header_right">
120 120
 								<button type="button" id="ITP_BTN_MAIN_POP_NOTE_CLOSE"><img src="../img/close.png"></button>
121 121
 							</div>
122 122
 						</div>
123 123
 						<div class="itp_pop_note_area">
124
-							<div class="itp_note_title">
125
-								<label>공지제목</label>
126
-								<span>:</span>
127
-								<div class="fnNoteNm">fasdddddddddddddddddddddddddddddddddddd</div>
124
+							<div style="display:flex;">
125
+								<div class="itp_note_title">
126
+									<label>공지제목</label>
127
+									<span>:</span>
128
+									<div class="fnNoteNm">fasdddddddddddddddddddddddddddddddddddd</div>
129
+								</div>
128 130
 							</div>
129 131
 							<div class="itp_pop_note_content">
130 132
 								<div class="fnNote">fasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasd</div>
@@ -287,18 +289,12 @@
287 289
 				<div id="ITP_MAIN_DRAW_CHART_CORE" class="itp_graph_area">
288 290
 					<div class="itp_graph_header">
289 291
 						<label>정 산</label>
290
-						<select>
291
-							<option>가나다라마바사아</option>
292
-						</select>
293 292
 					</div>
294 293
 					<div id="ITP_STTL_GRAPH"></div>
295 294
 				</div>
296 295
 				<div id="ITP_MAIN_DRAW_LINE" class="itp_graph_area">
297 296
 					<div class="itp_graph_header">
298 297
 						<label>안전재고</label>
299
-						<select>
300
-							<option>가나다라마바사아</option>
301
-						</select>
302 298
 					</div>
303 299
 					<div id="ITP_SAFE_STCK_GRAPH"></div>
304 300
 				</div>

+ 2 - 2
src/main/webapp/mobile/css/style.css

@@ -671,7 +671,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
671 671
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info span{width:14px;}
672 672
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: right; width:calc(100% - 114px);}
673 673
 #ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
674
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:220px; margin:5px;}
674
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
675 675
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left;}
676 676
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
677 677
 #ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
@@ -685,7 +685,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
685 685
 .itp_note_popup .popup_note .header .header_right button {border: none; background: transparent; margin:3px -5px;}
686 686
 .itp_note_popup .popup_note .header .header_right button img {width:22px;}
687 687
 .itp_note_popup .popup_note .itp_pop_note_area {background:#fff; height:70vh; border:1px solid #000; border-top:none;}
688
-.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:85%; height:45px;}
688
+.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:110%; height:45px;}
689 689
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title label {width:60px; font-size:12pt;}
690 690
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title span {width:10px;}
691 691
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 70px);}