xs 5 years ago
parent
commit
cf9f4a0e48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/webpage/modules/sg/project/management.js

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/management.js

@@ -157,7 +157,7 @@ function refresh(){
     $("#fromSumbit").submit();
     $("#fromSumbit").submit();
 }
 }
 function addProject(){
 function addProject(){
-    layer.prompt({title: '请输入工程名称', formType: 3}, function(text, index){
+    layer.prompt({title: '请输入工程名称', formType: 3,offset:['35%','37%']}, function(text, index){
         layer.close(index);
         layer.close(index);
         $.ajax({
         $.ajax({
             type: "post",
             type: "post",