Browse Source

2019-09-25 15:48

xs 5 years ago
parent
commit
359732eadb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/webpage/modules/sg/projecttem/addItem2Form.js

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/addItem2Form.js

@@ -203,7 +203,7 @@ function okSubmit() {
                     window.location.href="${ctx}/project/tem/list?projectId="+data.id;
                 });
             }else {
-                layer.alert(data.msg, {icon: 6,offset:['40%','40%']})
+                layer.alert(data.msg, {offset:['32%','30%']})
             }
         }
     });