From 0c92b4b83c19baeda3bbb383699959d1fa4f2cd7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jan 2026 14:48:47 +0800
Subject: [PATCH] feat:巡查需求查看详情弹窗中调整
---
applications/task-work-order/src/styles/common/cockpit.scss | 24 +++++++++++++++---------
1 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index e84887a..3c10b27 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -475,6 +475,7 @@
.detail-container {
display: flex;
justify-content: space-between;
+ height: 680px;
.detail-left {
margin-right: 20px;
@@ -484,16 +485,21 @@
}
.detail-right {
- &>div {
- .detail-title {
- margin: 10px 0;
- }
+ width: 920px;
+ flex: 1;
+ overflow: auto;
+ display: flex;
+ flex-direction: column;
- &:first-child {
- .detail-title {
- margin-top: 0;
- }
- }
+ .view-container {
+ display: flex;
+ flex-direction: column;
+ }
+
+ .gd-cesium {
+ width: 100%;
+ min-height: 380px;
+ flex: 1;
}
}
}
--
Gitblit v1.9.3