diff --git a/web/manage/DeptManage.jsp b/web/manage/DeptManage.jsp index f97c20e..da8ea89 100644 --- a/web/manage/DeptManage.jsp +++ b/web/manage/DeptManage.jsp @@ -266,7 +266,7 @@ table#csstable #bottomcss td{ margin-top: 6px; } form{ - height: 100%; + height: 96%; } @@ -290,7 +290,7 @@ form{ - +
所属地市
- +
所属市州
- +
人员姓名 diff --git a/web/manage/MenuManage.jsp b/web/manage/MenuManage.jsp index b2781aa..2eb0ffd 100644 --- a/web/manage/MenuManage.jsp +++ b/web/manage/MenuManage.jsp @@ -129,7 +129,7 @@ select margin-top: 6px; } form{ - height: 98%; + height: 96%; } @@ -150,7 +150,7 @@ form{
- +
所属市州 diff --git a/web/zhyw/smry/rysh/ExamineManage.jsp b/web/zhyw/smry/rysh/ExamineManage.jsp index 19c5f5c..15f65c4 100644 --- a/web/zhyw/smry/rysh/ExamineManage.jsp +++ b/web/zhyw/smry/rysh/ExamineManage.jsp @@ -36,24 +36,55 @@ select background-color: #cce7f5; color: #000; font-size: 16px; + font-weight: bold; box-sizing: border-box; } #myGrid .gridHead .gridRow{ display: flex; - justify-content: space-between; + justify-content: start; } #myGrid .gridHead span{ text-align: center; display: inline-block; - width: 148px; border-right: 1px solid #000000; box-sizing: border-box; } +#myGrid .gridHead span:nth-child(1){ + width: 100px; +} +#myGrid .gridHead span:nth-child(2){ + width: 120px; +} +#myGrid .gridHead span:nth-child(3){ + width: 120px; +} +#myGrid .gridHead span:nth-child(4){ + width: 208px; +} +#myGrid .gridHead span:nth-child(5){ + width: 180px; +} +#myGrid .gridHead span:nth-child(6){ + width: 150px; +} +#myGrid .gridHead span:nth-child(7){ + width: 150px; +} +#myGrid .gridHead span:nth-child(8){ + width: 150px; +} +#myGrid .gridHead span:nth-child(9){ + width: 150px; +} +#myGrid .gridHead span:nth-child(10){ + width: 150px; + border-right: none; +} #myGrid .gridBody .gridRow{ height: 30px; /*margin-top: 5px;*/ display: flex; - justify-content: space-between; + justify-content: start; align-items: center; border-bottom: 1px solid #000; color: #000; @@ -67,8 +98,43 @@ select line-height: 30px; box-sizing: border-box; } -#myGrid .gridBody .gridRow span a,img,input { +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 120px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 120px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 208px; +} +#myGrid .gridBody .gridRow span:nth-child(5){ + width: 180px; +} +#myGrid .gridBody .gridRow span:nth-child(6){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(7){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(8){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(9){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(10){ + width: 150px; + 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%; }