@@ -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{
.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) {
title: '修改工程',