瀏覽代碼

모바일 테스트

whakdo963 2 年之前
父節點
當前提交
9b0b5fed60
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html
  2. 1 1
      src/main/webapp/mobile/css/style.css

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

@@ -40,7 +40,7 @@
40 40
 					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
41 41
 				</div>
42 42
 			</div>
43
-			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-7">
43
+			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-7" style="display:grid;">
44 44
 				<ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
45 45
 				<div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display: none;"><!-- style="display: grid;" -->
46 46
 					<li class="list-row">

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

@@ -363,7 +363,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
363 363
 .content .list_line .mail select {width:30%; height:27px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
364 364
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
365 365
 .content .table_header {margin-top: 6px; width: 100%; height: 36px;}
366
-.content .table_header h1 {margin-left: 15px; margin-top:16px; font-size: 13px; float: left; color: #000; font-weight: 100;}
366
+.content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
367 367
 .content .table_header button {float: right; width: 68px; height:26px; font-size: 12px; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
368 368
 
369 369
 .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}