From c47ba8f1af5fb9b8275a392cc2dffbd0cb640604 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 23 八月 2024 14:02:37 +0800
Subject: [PATCH] 1.递交
---
src/views/workOrder/workOrderList.vue | 26 +++++++++-----------------
1 files changed, 9 insertions(+), 17 deletions(-)
diff --git a/src/views/workOrder/workOrderList.vue b/src/views/workOrder/workOrderList.vue
index 4c4b21e..4ce503d 100644
--- a/src/views/workOrder/workOrderList.vue
+++ b/src/views/workOrder/workOrderList.vue
@@ -3943,6 +3943,14 @@
color: #fff !important;
background: #42b983 !important;
}
+
+.formContent .el-form-item__label {
+ color: #000 !important;
+}
+
+.el-table .custom-row {
+ background: #f8f8fa;
+}
</style>
<style lang="scss" scoped>
$main_color: #42b983;
@@ -4100,11 +4108,7 @@
}
</style>
-<style>
-.formContent .el-form-item__label {
- color: #000 !important;
-}
-</style>
+
<!--鍏叡椤甸潰鏍峰紡-->
<style lang="scss" scoped>
$main_color: #42b983;
@@ -4245,15 +4249,3 @@
}
}
</style>
-<style>
-
-.el-table .custom-row {
- background: #f8f8fa;
-}
-</style>
-<style>
-.sortable-ghost {
- opacity: .8;
- color: #fff !important;
- background: #42b983 !important;
-}
--
Gitblit v1.9.3