浏览代码

欢迎页调整

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>