From 559e8f771c283c19efec60c400a538824185bebf Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 30 Jan 2026 17:39:52 +0800
Subject: [PATCH] feat: 流程管理

---
 applications/task-work-order/src/styles/common/cockpit.scss |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 64f2e18..39ab188 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -31,6 +31,7 @@
     &::placeholder {
       color: var(--tips);
     }
+    color: #383874;
   }
 
   &.is-disabled {
@@ -122,6 +123,7 @@
     &::placeholder {
       color: var(--tips);
     }
+    color: #383874;
   }
 
   .el-range-separator {
@@ -519,6 +521,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 +534,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 +544,13 @@
           text-align: left;
           font-style: normal;
           text-transform: none;
+        }
+
+        .val-long {
+          overflow: hidden;
+          text-overflow: ellipsis;
+          white-space: nowrap;
+          cursor: pointer;
         }
       }
     }
@@ -1048,14 +1060,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 +1083,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;
@@ -1178,4 +1190,24 @@
       }
     }
   }
+}
+
+.gd-dialog-form {
+  // 最后一排不需要设置 margin-bottom
+  // border: 1px solid red;
+  // 倒数第二个也设置为0
+  // .el-col:nth-last-child(2) {
+  //   margin-bottom: 0;
+  // }
+  // .el-col:nth-last-child(1) {
+  //   margin-bottom: 0;
+  // }
+
+  // .el-form-item:nth-last-child(2) {
+  //   margin-bottom: 0;
+  // }
+  //  .el-form-item:nth-last-child(1) {
+  //   margin-bottom: 0;
+  // }
+  
 }
\ No newline at end of file

--
Gitblit v1.9.3