Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

蔡德晨 5 gadi atpakaļ
vecāks
revīzija
60892334b8

+ 19 - 2
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -7,6 +7,7 @@
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <%@ include file="/webpage/include/taglib.jsp"%>
+<!DOCTYPE html>
 <html>
 <head>
     <title>工程管理</title>
@@ -26,6 +27,22 @@
         font-size: 13px;
         width: 140px;
     }
+    .btn_out{
+        width: 100px;
+        margin: 0;
+        float: right;
+        margin-right:2%;
+    }
+    .div_main_form{
+        width: 50%;
+        margin-left: 10px;
+    }
+    .layui-icon-layer{
+        display: none;
+    }
+    .layui-icon-file{
+        display: none;
+    }
     .layui-table-view .layui-table {width:100%}
 </style>
 <body style="height:100%">
@@ -313,7 +330,7 @@
 </script>
 <script>
     function look(url) {
-        top.layer.open({
+        layer.open({
             type: 2,
             title: '查看',
             area: ['70%', '90%'],
@@ -327,7 +344,7 @@
         })
     }
     function update(url) {
-        top.layer.open({
+        layer.open({
             type: 2,
             title: '修改工程',
             area: ['70%', '90%'],