Heo

Html 리스트초기 상태 수정

...@@ -64,7 +64,10 @@ ...@@ -64,7 +64,10 @@
64 <%} %> 64 <%} %>
65 </ol> 65 </ol>
66 </div> 66 </div>
67 - <%} %> 67 + <%}else{%>
68 + <div style="overflow:scroll; width:25%; height:550px;float:left; margin-left:2%; border:1px solid black;">
69 + </div>
70 + <% } %>
68 71
69 <% if(typeof(result) != "undefined"){ %> 72 <% if(typeof(result) != "undefined"){ %>
70 <script> 73 <script>
......