From 16e9746e5da1ac0485fde18e71fb7bf8ee376d42 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Jan 2026 11:38:00 +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 |   63 +++++++------------------------
 1 files changed, 15 insertions(+), 48 deletions(-)

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 3e27778..3a21019 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -1,3 +1,5 @@
+//变量
+$gd-placeholder: #86909C;
 
 .gd-table {
   height: 0;
@@ -20,9 +22,7 @@
     border-bottom: 1px solid #DBDFF1 !important;
 
     .cell {
-      padding: 0;
-      padding-left: 16px;
-
+      padding: 0 0 0 16px;
       font-family: Source Han Sans CN, Source Han Sans CN;
       font-weight: 400;
       font-size: 14px;
@@ -38,9 +38,7 @@
     height: 56px;
 
     .cell {
-      padding: 0;
-      padding-left: 16px;
-
+      padding: 0 0 0 16px;
       font-family: Source Han Sans CN, Source Han Sans CN;
       font-weight: 400;
       font-size: 14px;
@@ -79,25 +77,25 @@
   }
 }
 
+
 .gd-input {
-  .el-input__wrapper {
+  .el-input__wrapper,.el-textarea__inner {
     padding: 0 8px !important;
-    background: #DDE2ED;
+    background: #F2F3F5;
     box-shadow: none !important;
     border: none;
+  }
 
-    .el-input__inner {
-      color: #383874;
-
-      &::placeholder {
-        color: #A1A3D4;
-      }
+  .el-input__inner,.el-textarea__inner {
+    &::placeholder {
+      color: $gd-placeholder;
     }
   }
 
+
   &.is-disabled {
     .el-input__wrapper {
-      background-color: #DDE2ED;
+      background: #DDE2ED;
     }
   }
 }
@@ -117,7 +115,7 @@
 
   .el-select__placeholder {
     &.is-transparent {
-      color: #A1A3D4 !important;
+      color: $gd-placeholder !important;
     }
 
     &.el-select__selected-item {
@@ -240,7 +238,7 @@
     color: #fff;
 
     &::placeholder {
-      color: #A1A3D4;
+      color: $gd-placeholder;
     }
   }
 
@@ -583,16 +581,6 @@
             }
           }
 
-          .el-textarea {
-
-            .el-textarea__inner {
-              color: #fff;
-              background: #DDE2ED !important;
-              border: none;
-              box-shadow: none;
-            }
-          }
-
           .el-button {
             color: #fff;
             background: #DDE2ED !important;
@@ -661,28 +649,7 @@
           }
         }
 
-        .el-input {
-          .el-input__wrapper {
-            padding: 0 8px !important;
-            background: #F2F3F5;
-            box-shadow: none !important;
-            border: none;
 
-            .el-input__inner {
-              color: #383874;
-
-              &::placeholder {
-                color: #86909C;
-              }
-            }
-          }
-
-          &.is-disabled {
-            .el-input__wrapper {
-              background-color: #F2F3F5;
-            }
-          }
-        }
       }
     }
   }

--
Gitblit v1.9.3