From 660b2f155739c7b1ca3751f415e8d63b013681aa Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Feb 2026 14:16:08 +0800
Subject: [PATCH] feat:工单样式优化
---
applications/task-work-order/src/styles/common/cockpit.scss | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 39ab188..99865c3 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;
}
@@ -123,6 +124,7 @@
&::placeholder {
color: var(--tips);
}
+
color: #383874;
}
@@ -1209,5 +1211,21 @@
// .el-form-item:nth-last-child(1) {
// margin-bottom: 0;
// }
-
+ .el-input,
+ .el-input-number {
+ width: 0;
+ flex: 1;
+
+ .el-input__wrapper {
+ padding: 0 8px;
+ }
+
+ .el-input__inner {
+ text-align: left;
+
+ &::placeholder {
+ text-align: left;
+ }
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3