From 9eb8bb59b802ceef1f52d334c8e577f2bf02c90e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 21 Jan 2026 15:12:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/task-work-order/src/styles/common/cockpit.scss | 6 ++++--
1 files changed, 4 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..6ad24b1 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -461,6 +461,7 @@
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 6px 6px 6px 6px;
+ margin-top: 10vh !important;
.el-dialog__header {
@@ -481,8 +482,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