From 798082b03691df247da9e2813a067d6be31f3bec Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 21 May 2026 19:07:37 +0800
Subject: [PATCH] feat: 添加飞手id

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

diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 80a3512..fa358fb 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -1223,22 +1223,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;
-  // }
   .gd-select {
     .el-select__wrapper {
       height: 36px;

--
Gitblit v1.9.3