瀏覽代碼

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 年之前
父節點
當前提交
ff47ba64ed
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/main/webapp/mobile/app/main.html

+ 5 - 2
src/main/webapp/mobile/app/main.html

@@ -56,6 +56,9 @@
56
 			margin:0 2%;
56
 			margin:0 2%;
57
 			border:1px solid #aaa;
57
 			border:1px solid #aaa;
58
 		}
58
 		}
59
+		.noti_pt {
60
+			padding-top:5px;
61
+		} 
59
 	</style>
62
 	</style>
60
 </head>
63
 </head>
61
 <body>
64
 <body>
@@ -373,8 +376,8 @@
373
 						<div class="fnNoteFromTo noti_text"></div>
376
 						<div class="fnNoteFromTo noti_text"></div>
374
 					</div>
377
 					</div>
375
 					<div class="itp_notify_row">
378
 					<div class="itp_notify_row">
376
-						<label class="noti_label">첨부파일</label>
377
-						<span>:</span>
379
+						<label class="noti_label noti_pt">첨부파일</label>
380
+						<span class="noti_pt">:</span>
378
 						<div class="fnNoteFile noti_text"></div>
381
 						<div class="fnNoteFile noti_text"></div>
379
 					</div>
382
 					</div>
380
 				</div>
383
 				</div>