From 0c9660562a03191d44fc779a889d3da0dc624b6d Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期五, 25 七月 2025 10:47:19 +0800 Subject: [PATCH] 修改弹窗ui和客户反馈 --- laboratory/src/views/reportLibrary/verificationRelease/components/approval/index.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/laboratory/src/views/reportLibrary/verificationRelease/components/approval/index.vue b/laboratory/src/views/reportLibrary/verificationRelease/components/approval/index.vue index 582ec2b..15cb70c 100644 --- a/laboratory/src/views/reportLibrary/verificationRelease/components/approval/index.vue +++ b/laboratory/src/views/reportLibrary/verificationRelease/components/approval/index.vue @@ -1,7 +1,7 @@ <template> - <el-dialog :title="dialogTitle" :visible.sync="visible" width="80%" @open="open" po :close-on-click-modal="false" + <el-dialog :title="dialogTitle" :visible.sync="visible" width="90%" top="5vh" @open="open" po :close-on-click-modal="false" @close="handleClose"> - <div class="approval-dialog" :style="{ height: obj.isDetail ? '50vh' : '40vh' }"> + <div class="approval-dialog" :style="{ height: obj.isDetail ? '80vh' : '60vh' }"> <!-- 左侧审批内容 --> <div class="approval-content"> <Card class="approval-content-card"> @@ -315,7 +315,9 @@ .approval-dialog { display: flex; - height: 40vh; + // height: 40vh; + min-height: 60vh; + max-height: 80vh; .approval-content { flex: 3; @@ -326,9 +328,9 @@ } .approval-flow { - padding: 40px 20px; - // width: 405px; - flex: 2; + padding: 20px 10px; + width: 305px; + // flex: 2; background: #ffffff; box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.08); border-radius: 10px; @@ -352,7 +354,7 @@ } .approval-content-card { - height: calc(100% - 100px) !important; + height: calc(100% - 10px) !important; box-shadow: none !important; } @@ -431,7 +433,7 @@ } .approval-dialog-approve { - padding: 38px 20px; + padding: 18px 10px; // display: flex; align-content: center; -- Gitblit v1.7.1