From 7ddb7f6d597bf264a294393008d18ca89e7084da Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 28 Jan 2026 18:47:28 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/task-work-order/src/styles/common/cockpit.scss |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 3c10b27..f5673b5 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -475,7 +475,7 @@
     .detail-container {
       display: flex;
       justify-content: space-between;
-      height: 680px;
+      max-height: 680px;
 
       .detail-left {
         margin-right: 20px;
@@ -519,6 +519,7 @@
         .label {
           display: inline-block;
           width: 88px;
+          flex-shrink: 0;
           font-family: Source Han Sans CN, Source Han Sans CN;
           font-weight: 500;
           font-size: 14px;
@@ -531,6 +532,8 @@
 
         .val {
           margin-left: 12px;
+          flex: 1;
+          overflow: hidden;
           font-family: Source Han Sans CN, Source Han Sans CN;
           font-weight: 400;
           font-size: 14px;
@@ -539,6 +542,13 @@
           text-align: left;
           font-style: normal;
           text-transform: none;
+        }
+
+        .val-long {
+          overflow: hidden;
+          text-overflow: ellipsis;
+          white-space: nowrap;
+          cursor: pointer;
         }
       }
     }
@@ -1048,14 +1058,14 @@
 
   th.el-table__cell {
     height: 40px;
-    border-bottom: 1px solid #DBDFF1 !important;
+    border-bottom: 1px solid #E5E6EB !important;
 
     .cell {
       padding: 0 0 0 16px;
       font-family: Source Han Sans CN, Source Han Sans CN;
       font-weight: 400;
       font-size: 14px;
-      color: #9292C1;
+      color: #86909C;
       text-align: left;
       font-style: normal;
       text-transform: none;
@@ -1071,7 +1081,7 @@
       font-family: Source Han Sans CN, Source Han Sans CN;
       font-weight: 400;
       font-size: 14px;
-      color: #383874;
+      color: #4E5969;
       text-align: left;
       font-style: normal;
       text-transform: none;

--
Gitblit v1.9.3