소스 검색

欢迎页调整

zhangweicheng 5 년 전
부모
커밋
32cd0dd524
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      web/building_saas/pm/html/project-management.html

+ 3 - 1
web/building_saas/pm/html/project-management.html

@@ -977,7 +977,9 @@
                 </button>
             </div>
             <div class="modal-body" id="welcomeBody">
-                <%- context %>
+                <div class="modal-fixed-height" style="overflow-y:auto">
+                    <%- context %>
+                </div>
             </div>
         </div>
     </div>