From 527efb36f35b471710e445972673abff45bacdac Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期五, 12 九月 2025 17:36:09 +0800 Subject: [PATCH] 401跳转登录 --- laboratory/src/views/dataManagement/dispatching/editDispatch.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/laboratory/src/views/dataManagement/dispatching/editDispatch.vue b/laboratory/src/views/dataManagement/dispatching/editDispatch.vue index 46b94a4..2cb3960 100644 --- a/laboratory/src/views/dataManagement/dispatching/editDispatch.vue +++ b/laboratory/src/views/dataManagement/dispatching/editDispatch.vue @@ -3,8 +3,9 @@ <el-dialog :title="dialogTitle" :visible.sync="visible" - width="80%" + width="90%" @open='open' + top="5vh" :close-on-click-modal="false" @close="handleClose" > @@ -461,8 +462,8 @@ } }) .catch((err) => { - console.error("获取详情失败:", err); - this.$message.error("获取详情失败"); + // console.error("获取详情失败:", err); + // this.$message.error("获取详情失败"); }); }, memberList(type) { @@ -502,7 +503,7 @@ this.$message.error(res.msg || '签字失败'); } }).catch(() => { - this.$message.error('签字失败'); + // this.$message.error('签字失败'); }); }, openSignature() { @@ -526,7 +527,7 @@ .approval-dialog { display: flex; - height: 60vh; + height: 70vh; .approval-content { flex: 1; @@ -537,8 +538,8 @@ } .approval-flow { - padding: 40px 20px; - width: 405px; + padding: 20px 0px; + width: 305px; background: #ffffff; box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.08); border-radius: 10px; @@ -561,11 +562,11 @@ } } .approval-dialog-approve { - margin-top: 26px; + margin-top: 18px; } .approval-content-card { - height: calc(100% - 100px) !important; + height: calc(100% - 10px) !important; box-shadow: none !important; } -- Gitblit v1.7.1