Browse Source

欢迎页调整

zhangweicheng 5 years ago
parent
commit
32cd0dd524
1 changed files with 3 additions and 1 deletions
  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>