浏览代码

input 숫자칸 추가

whakdo963 2 年之前
父节点
当前提交
d7b0cb7ce2
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      src/main/webapp/mobile/app/mpomng/MPOMNG01010.html
  2. 2 1
      src/main/webapp/mobile/css/style.css

+ 1 - 1
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -84,7 +84,7 @@
84 84
 	            </div>
85 85
 				<div class="right" style="width:125px;">
86 86
 					<button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
87
-					<input id="ITP_BTN_MPOMNG01010_DETAIL_NUM" class="">
87
+					<input id="ITP_BTN_MPOMNG01010_DETAIL_NUM" class="number_input">
88 88
 					<!-- <div class="num fnPchReqQty">1</div> -->
89 89
 					<button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS" class="DETAIL_ITEM_PLUS">+</button>
90 90
 				</div>

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

@@ -576,6 +576,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
576 576
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
577 577
 .scroll_area li .right .num {padding:2px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff; font-size:14pt;}
578 578
 .scroll_area li .right .fnnum {margin:5px 30px; font-size:14pt;}
579
+.scroll_area li .right input {width:56px; height:30px; margin:0; text-align:center; border-radius:0px;}
579 580
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 16px; border-radius: 0px;}
580 581
 .scroll_area li .right button:hover {background:#FCD5C1;}
581 582
 
@@ -690,7 +691,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
690 691
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info span{width:14px;}
691 692
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: right; width:calc(50% - 74px);}
692 693
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div.col_6{width:calc(50% - 95px);}
693
-#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div.full{flex:1;}
694
+#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div.full{width:calc(100% - 113px);}
694 695
 #ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
695 696
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
696 697
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left; float:left;}