diff --git a/project/xiushan/apps/processManagement/approvalManage/AppApprovalManage.vue b/project/xiushan/apps/processManagement/approvalManage/AppApprovalManage.vue index b887a8f8..b7c92efb 100644 --- a/project/xiushan/apps/processManagement/approvalManage/AppApprovalManage.vue +++ b/project/xiushan/apps/processManagement/approvalManage/AppApprovalManage.vue @@ -19,76 +19,76 @@ diff --git a/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue b/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue index da73a914..1042ceb1 100644 --- a/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue +++ b/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue @@ -14,7 +14,7 @@ - + @@ -41,10 +41,15 @@ {{ detail.createTime |format }} + + + + + + - @@ -53,11 +58,13 @@ - + {{val.dictName}} + v-for="(val,idx) in dict.getDict(e.dictionaryCode)" :key="idx">{{ val.dictName }} + @@ -69,8 +76,6 @@ - - @@ -93,7 +98,6 @@ - @@ -186,7 +190,6 @@ - @@ -224,7 +227,7 @@ :maxlength="op.fieldLength"/> @@ -310,12 +313,6 @@ - - - - - - @@ -669,6 +666,11 @@ export default { height: 100%; display: flex; flex-direction: column; + overflow: auto; + + ::v-deep.ai-detail__content--wrapper { + min-width: 720px; + } ::v-deep .el-scrollbar { min-height: 0; @@ -683,38 +685,6 @@ export default { overflow-x: hidden; } - .right-content { - position: relative; - height: 100%; - padding: 0 !important; - width: 760px; - display: flex; - flex-direction: column; - gap: 16px; - overflow: visible !important; - - .applyForm { - min-height: 0; - flex: 1; - } - - .sealFile { - min-height: 0; - flex: 1; - background: #F7F7F7; - border: 1px solid #DDDDDD; - padding: 20px; - text-align: center; - width: 100%; - - .el-image { - width: 100%!important; - height: 100%; - background: #fff; - border: 1px solid #EEEEEE; - } - } - } } ::v-deep .dynamicFormItem { @@ -730,28 +700,6 @@ export default { height: 64px; } - .com_nav { - height: 48px; - line-height: 48px; - background-color: #fff; - padding: 0 16px; - font-weight: bold; - border-bottom: 1px solid #D8DCE3; - display: flex; - justify-content: space-between; - } - - .add_title { - height: 56px; - line-height: 56px; - border-bottom: 1px solid #eee; - color: #333; - font-weight: bold; - margin-bottom: 16px; - display: flex; - justify-content: space-between; - } - .border-wrap { box-sizing: border-box; padding: 20px; @@ -781,8 +729,8 @@ export default { .svgStatus { position: absolute; - top: 80px; - right: 380px; + top: -20px; + right: 20px; width: 90px; } @@ -959,12 +907,6 @@ export default { user-select: none; cursor: pointer; } -} - -
{{ detail.createTime |format }}