diff --git a/web/manage/DeptManage.jsp b/web/manage/DeptManage.jsp index ac708a5..f41c3bd 100644 --- a/web/manage/DeptManage.jsp +++ b/web/manage/DeptManage.jsp @@ -162,7 +162,112 @@ table#csstable #bottomcss td{ border-bottom:#D8E9FE 0px solid; } - +#myGrid .gridHead{ + height: 50px; + line-height: 50px; + background-color: #cce7f5; + color: #000; + font-size: 16px; + font-weight: bold; + box-sizing: border-box; +} +#myGrid .gridHead .gridRow{ + display: flex; + justify-content: start; +} +#myGrid .gridHead span{ + text-align: center; + display: inline-block; + border-right: 1px solid #000000; + box-sizing: border-box; +} +#myGrid .gridHead span:nth-child(1){ + width: 80px; +} +#myGrid .gridHead span:nth-child(2){ + width: 80px; +} +#myGrid .gridHead span:nth-child(3){ + width: 100px; +} +#myGrid .gridHead span:nth-child(4){ + width: 100px; +} +#myGrid .gridHead span:nth-child(5){ + width: 240px; +} +#myGrid .gridHead span:nth-child(6){ + width: 240px; +} +#myGrid .gridHead span:nth-child(7){ + width: 240px; +} +#myGrid .gridHead span:nth-child(8){ + width: 120px; +} +#myGrid .gridHead span:nth-child(9){ + width: 120px; +} +#myGrid .gridHead span:nth-child(10){ + width: 158px; + border-right: none; +} +#myGrid .gridBody .gridRow{ + height: 30px; + /*margin-top: 5px;*/ + display: flex; + justify-content: start; + align-items: center; + border-bottom: 1px solid #000; + color: #000; +} +#myGrid .gridBody .gridRow span{ + width: 148px; + display: inline-block; + border-right: 1px solid; + text-align: center; + height: 30px; + line-height: 30px; + box-sizing: border-box; +} +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 80px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 80px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(5){ + width: 240px; +} +#myGrid .gridBody .gridRow span:nth-child(6){ + width: 240px; +} +#myGrid .gridBody .gridRow span:nth-child(7){ + width: 240px; +} +#myGrid .gridBody .gridRow span:nth-child(8){ + width: 120px; +} +#myGrid .gridBody .gridRow span:nth-child(9){ + width: 120px; +} +#myGrid .gridBody .gridRow span:nth-child(10){ + width: 158px; + border-right: none; +} +#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input { + margin-right: 6px; + margin-top: 6px; +} +form{ + height: 100%; +} @@ -235,24 +340,24 @@ table#csstable #bottomcss td{ if (buf != null) { int rowcount = buf.getRowCount(); %> - +
-
+
- 序号 - 选择项 - 单位编号 - 单位状态 - 单位名称 - 下属单位 - 单位地址 - 单位级别 - 单位类型 - 管理 + 序号 + 选择项 + 单位编号 + 单位状态 + 单位名称 + 下属单位 + 单位地址 + 单位级别 + 单位类型 + 管理
@@ -273,7 +378,7 @@ table#csstable #bottomcss td{ %>
<%=i+1%> - + <%=tempDeptid%> <%if(tempstate.toString().equals("注销")){%><%=tempstate%><%}else{%><%=tempstate%><%}%> <%=buf.fget("departname",i)%> @@ -284,17 +389,17 @@ table#csstable #bottomcss td{ <%if(login.getSanyuan().equals("0")){ %> -   -   -   + + + <%}else if(login.getSanyuan().equals("1")){ %> -   + <%}else { %> -   -   -   + + + <%} %> diff --git a/web/manage/JobManage.jsp b/web/manage/JobManage.jsp index 3e8efb5..6771182 100644 --- a/web/manage/JobManage.jsp +++ b/web/manage/JobManage.jsp @@ -25,6 +25,76 @@ select { width:155px; } +#myGrid .gridHead{ + height: 50px; + line-height: 50px; + background-color: #cce7f5; + color: #000; + font-size: 16px; + font-weight: bold; + box-sizing: border-box; +} +#myGrid .gridHead .gridRow{ + display: flex; + justify-content: start; +} +#myGrid .gridHead span{ + text-align: center; + display: inline-block; + border-right: 1px solid #000000; + box-sizing: border-box; +} +#myGrid .gridHead span:nth-child(1){ + width: 150px; +} +#myGrid .gridHead span:nth-child(2){ + width: 455px; +} +#myGrid .gridHead span:nth-child(3){ + width: 455px; +} +#myGrid .gridHead span:nth-child(4){ + width: 400px; + border-right: none +} +#myGrid .gridBody .gridRow{ + height: 30px; + /*margin-top: 5px;*/ + display: flex; + justify-content: start; + align-items: center; + border-bottom: 1px solid #000; + color: #000; +} +#myGrid .gridBody .gridRow span{ + width: 148px; + display: inline-block; + border-right: 1px solid; + text-align: center; + height: 30px; + line-height: 30px; + box-sizing: border-box; +} +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 455px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 455px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 400px; + border-right: none; +} +#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input { + margin-right: 6px; + margin-top: 6px; +} +form{ + height: 98%; +} html { overflow-x:hidden; overflow-y:hidden; }