From 0728032adb9d39303a556820244bf5c35f17f207 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 21 十二月 2022 17:23:41 +0800
Subject: [PATCH] fix:修改ui

---
 src/views/operate/writManager/writ/index.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/operate/writManager/writ/index.vue b/src/views/operate/writManager/writ/index.vue
index 233f844..c690798 100644
--- a/src/views/operate/writManager/writ/index.vue
+++ b/src/views/operate/writManager/writ/index.vue
@@ -17,7 +17,7 @@
         <el-table
           ref="multipleTable"
           :header-cell-style="{
-            background: '#06122c',
+            background: '#fff',
             'font-size': '12px',
             color: '#4b9bb7',
             'font-weight': '650',
@@ -283,7 +283,7 @@
           color: #1d3f57;
 
           &::v-deep .el-input__inner {
-            background-color: #09152f;
+            background-color: #fff;
             border: 1px solid #17324c;
           }
         }
@@ -292,7 +292,7 @@
   }
 
   main {
-    background-color: #09152f;
+    background-color: #fff;
     margin-top: 20px;
     padding-bottom: 50px;
 
@@ -330,7 +330,7 @@
 
           &::v-deep .el-input__inner {
             border: none;
-            background-color: #09152f;
+            // background-color: #09152f;
           }
 
           &:hover {
@@ -353,7 +353,7 @@
           &::v-deep li,
           &::v-deep .btn-prev,
           &::v-deep .btn-next {
-            background-color: #071f39;
+            // background-color: #071f39;
             color: #4b9bb7;
           }
 
@@ -364,13 +364,13 @@
         }
       }
     }
-    &::v-deep .warning-row {
-      background-color: #06122c;
-    }
+    // &::v-deep .warning-row {
+    //   background-color: #06122c;
+    // }
 
-    &::v-deep .success-row {
-      background-color: #071f39;
-    }
+    // &::v-deep .success-row {
+    //   background-color: #071f39;
+    // }
 
     .operationBox {
       display: flex;
@@ -398,11 +398,11 @@
   // 璁剧疆dialog鏍峰紡
   ::v-deep .el-dialog__body {
     background-color: #fff;
-    color: #000;
+    // color: #000;
   }
 
   ::v-deep .el-dialog__header {
-    background-color: #06122c !important;
+    // background-color: #06122c !important;
     color: #fff;
   }
 }

--
Gitblit v1.8.0