From 08ab4ebee26bb6c275b68c350bfa93ae770d6fee Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 30 Jan 2026 16:26:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index f5673b5..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 {
@@ -1188,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