From dbe4babec1921f0a4f1abcb85e25d8b6766a0b99 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 30 七月 2024 17:47:05 +0800
Subject: [PATCH] 修改检验下单项目样式

---
 src/components/do/b1-ins-order/add.vue |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index 6d38eb9..f8c2091 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -74,18 +74,18 @@
     display: flex;
     flex-direction: row;
     justify-content: space-between;
-    .opticalProject {
-      width: 38%;
-    }
-    .temperatureList {
-      width: 60%;
-      .temperatureListTitle {
-        display: flex;
-        flex-direction: row;
-        justify-content: space-between;
-        line-height: 30px;
-      }
-    }
+  }
+  .opticalProject {
+    width: 38%;
+  }
+  .temperatureList {
+    width: 60%;
+  }
+  .temperatureListTitle {
+    display: flex;
+    flex-direction: row;
+    justify-content: space-between;
+    line-height: 30px;
   }
 </style>
 <style>
@@ -118,7 +118,7 @@
   }
 
   .ins_order_add .el-table .warning-row .cell {
-    color: #bababa;
+    color: #3A7BFA;
   }
 
   .ins_order_add .el-select .is-disabled {
@@ -2150,9 +2150,9 @@
         rowIndex
       }) {
         if (row.state === 0) {
-          return 'warning-row';
+          return '';
         }
-        return '';
+        return 'warning-row';
       },
       selectInsOrderTemplate() {
         this.$axios.get(this.$api.insOrder.selectInsOrderTemplate).then(res => {

--
Gitblit v1.9.3