From a10bbf7cb1053d37dfd1db17099704b0fb30e5b4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 06 Feb 2026 10:11:50 +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 |   39 ++++++++++++++++++---------------------
 1 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 875068c..dabcf47 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -522,7 +522,7 @@
 
         .label {
           display: inline-block;
-          width: 88px;
+          min-width: 88px;
           flex-shrink: 0;
           font-family: Source Han Sans CN, Source Han Sans CN;
           font-weight: 500;
@@ -554,13 +554,6 @@
           white-space: nowrap;
           cursor: pointer;
         }
-      }
-    }
-
-    .el-upload {
-      button {
-        background: #4C34FF;
-        border: none;
       }
     }
   }
@@ -1035,18 +1028,6 @@
   }
 }
 
-.gd-tabs {
-  .el-tabs__header {
-    .el-tabs__item.is-active {
-      color: #3247E5;
-    }
-
-    .el-tabs__active-bar {
-      background: #3247E5;
-    }
-  }
-}
-
 .gd-dialog-table {
   background: transparent !important;
 
@@ -1211,6 +1192,21 @@
   //  .el-form-item:nth-last-child(1) {
   //   margin-bottom: 0;
   // }
+  .gd-select {
+    .el-select__wrapper {
+      height: 36px;
+    }
+  }
+
+  .gd-date-picker {
+    height: 36px;
+  }
+  .gd-input {
+    height: 36px;
+  }
+  .gd-upload-btn {
+    height: 36px;
+  }
   .el-input,
   .el-input-number {
     min-width: 200px;
@@ -1222,10 +1218,11 @@
 
     .el-input__inner {
       text-align: left;
+      color: #383874;
 
       &::placeholder {
         text-align: left;
       }
     }
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3