Pārlūkot izejas kodu

버튼 스타일 수정

whakdo963 2 gadi atpakaļ
vecāks
revīzija
39a64bb999

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -232,10 +232,10 @@
232 232
 	              <button id="ITP_BTN_MPOMNG02010_MODIFY_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
233 233
 	            </div>
234 234
 	        </div>
235
-	        <div class="table_header line">
235
+	        <div class="table_btn line">
236 236
 	          <div>
237 237
 	            <h1><구매 품목></h1>
238
-	            <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
238
+	            <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-danger btn-sm ADB">품목삭제</button>
239 239
 	            <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
240 240
 	          </div>
241 241
 	        </div>

+ 2 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -37,9 +37,9 @@
37 37
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
38 38
 						</div>
39 39
 					</div>
40
-					<div class="table_btn>
40
+					<div class="table_btn">
41 41
 						<h1><반품 품목></h1>
42
-						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
42
+						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-danger btn-sm ADB">품목삭제</button>
43 43
 						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
44 44
 					</div>
45 45
 				</div>

+ 1 - 1
src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html

@@ -195,7 +195,7 @@
195 195
 					</div>
196 196
 					<div class="table_btn">
197 197
 						<h1><반품 품목></h1>
198
-						<button type="button" id="ITP_BTN_MRTNMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
198
+						<button type="button" id="ITP_BTN_MRTNMNG02010_MODIFY_DEL_ROW" class="btn-danger btn-sm ADB">품목삭제</button>
199 199
 						<button type="button" id="ITP_BTN_MRTNMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
200 200
 					</div>
201 201
 				</div>