From 9a319213ee581ca5cf470457da3423944bb4b569 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 21 Jan 2026 14:46:55 +0800
Subject: [PATCH] feat: 弹框css
---
applications/task-work-order/src/styles/common/cockpit.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 765a052..cb54575 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -481,8 +481,9 @@
}
.el-dialog__body {
- height: 0;
- flex: 1;
+ max-height: 70vh;
+ min-height: 20vh;
+ overflow: auto;
.detail-title {
margin-bottom: 20px;
--
Gitblit v1.9.3