diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index e65aefb..67b11e0 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -23,10 +23,10 @@ /** 审核通过 */ - .approve-passed{ - position:absolute; - right:10px; - top:10px; + .approve-passed { + position: absolute; + right: 10px; + top: 10px; border-radius: 100%; width: 150px; height: 150px; @@ -39,16 +39,18 @@ transform: rotateZ(20deg); font-size: 14px; } + .approve-passed:after { - content:"审核通过"; + content: "审核通过"; } + /** 待审核 */ - .approve-topass{ - position:absolute; - right:10px; - top:170px; + .approve-topass { + position: absolute; + right: 10px; + top: 170px; border-radius: 100%; width: 150px; height: 150px; @@ -61,16 +63,18 @@ transform: rotateZ(20deg); font-size: 14px; } + .approve-topass:after { - content:"待审核"; + content: "待审核"; } + /** 审核不过 */ - .approve-nopass{ - position:absolute; - right:10px; - top:10px; + .approve-nopass { + position: absolute; + right: 10px; + top: 10px; border-radius: 100%; width: 150px; height: 150px; @@ -83,24 +87,26 @@ transform: rotateZ(20deg); font-size: 14px; } + .approve-nopass:after { - content:"审核不通过"; + content: "审核不通过"; } input { /*width: 600px;*/ width: 100%; - border:0 none; - outline:none; - } - textarea { - overflow-x: hidden; - overflow-y:hidden; + border: 0 none; + outline: none; } - .huanhang{ - table-layout:fixed; - word-break:break-all; + textarea { + overflow-x: hidden; + overflow-y: hidden; + } + + .huanhang { + table-layout: fixed; + word-break: break-all; } /* 页面相关样式 */ @@ -109,45 +115,54 @@ display: flex; flex-direction: column; } + .project_approve .page-header { display: flex; align-items: center; flex: 0 0 auto; } + .project_approve .page-content { flex: 1 1 auto; overflow: hidden; } + .palm-tabs.outer { height: 100%; } + .palm-tabs.inner { height: unset; } + .project_approve .fixed-section .am-modal-bd { padding-bottom: 0; border-bottom: none; } + .project_approve .fixed-section .fixed-table.has-actions { height: calc(100% - 45px); } - .project_approve .fixed-section .fixed-table table { + + .project_approve .fixed-section .fixed-table table { border-bottom: 1px solid #ddd; } + .project_approve .fixed-table table td { vertical-align: middle; } /* 解决项目审核页面,缩小50%显示,表格内容变小靠右显示问题 */ - .am-tabs.palm-tabs.outer>.am-tabs-bd.palm-tabs-bd{ + .am-tabs.palm-tabs.outer > .am-tabs-bd.palm-tabs-bd { overflow: visible !important; } - .am-tab-panel .am-tabs-bd.palm-tabs-bd{ + + .am-tab-panel .am-tabs-bd.palm-tabs-bd { overflow: visible } /* 解决横向滚动条出现的空白区域,给隐藏掉 */ - #tab3{ + #tab3 { overflow-x: hidden; } @@ -155,7 +170,8 @@