From b85ec5386aa7389b5bc97f5059bda782703995cc Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 03 Feb 2026 09:38:45 +0800
Subject: [PATCH] feat: 上传按钮

---
 applications/task-work-order/src/styles/common/cockpit.scss |   25 +------------------------
 1 files changed, 1 insertions(+), 24 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..ecb4468 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -556,13 +556,6 @@
         }
       }
     }
-
-    .el-upload {
-      button {
-        background: #4C34FF;
-        border: none;
-      }
-    }
   }
 
   .el-dialog__footer {
@@ -1195,22 +1188,6 @@
 }
 
 .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;
-  // }
   .el-input,
   .el-input-number {
     min-width: 200px;
@@ -1228,4 +1205,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3