xs 5 years ago
parent
commit
4fe4d447e7
1 changed files with 6 additions and 9 deletions
  1. 6 9
      src/main/webapp/webpage/modules/sg/project/management.jsp

+ 6 - 9
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -16,6 +16,10 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 </head>
 <style>
 <style>
+    .layui-input{
+        height: 30px;
+        margin-top: 5px;
+    }
     .layui-form-label {
     .layui-form-label {
         float: left;
         float: left;
         display: block;
         display: block;
@@ -153,14 +157,6 @@
         laydate.render({
         laydate.render({
             elem: '#endDate2'
             elem: '#endDate2'
         });
         });
-
-        //监听提交
-        // form.on('submit(mybtnsubmit)', function(data){
-        //     layer.alert(JSON.stringify(data.field), {
-        //         title: '最终的提交信息'
-        //     })
-        //     return false;
-        // });
     });
     });
 </script>
 </script>
 <script>
 <script>
@@ -326,8 +322,9 @@
             title: '查看',
             title: '查看',
             area: ['80%', '90%'],
             area: ['80%', '90%'],
             shade: 0.8,
             shade: 0.8,
+
             shadeClose: true,
             shadeClose: true,
-            fixed: false, //不固定
+            fixed: true, //不固定
             maxmin: true,
             maxmin: true,
             content: url
             content: url
             , btn: ['关闭']
             , btn: ['关闭']