From b2ff4524ac1de01b14b9adeea1cea8347a80cd5b Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 30 Jan 2026 16:20:27 +0800
Subject: [PATCH] feat:更新工单
---
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