Parcourir la source

欢迎页调整

zhangweicheng il y a 5 ans
Parent
commit
32cd0dd524
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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>