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/components/approvalProcess/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laboratory/src/components/approvalProcess/index.vue b/laboratory/src/components/approvalProcess/index.vue index 50df5a3..72f32f3 100644 --- a/laboratory/src/components/approvalProcess/index.vue +++ b/laboratory/src/components/approvalProcess/index.vue @@ -185,8 +185,8 @@ } .member-list-card { - width: 280px; - height: 300px; + width: 240px; + min-height: 200px; border-radius: 8px; border: 1px solid #dcdfe6; margin-top: 10px; -- Gitblit v1.7.1