From e1ac04b42be89ca26ff5f94c17c4e2eebe52a0a2 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 03 一月 2023 09:52:39 +0800
Subject: [PATCH] Merge branch 'dev1.0' of ssh://42.193.1.25:29418/sccg_ui into dev1.0

---
 src/App.vue |   45 +++++++++++++++++++++++++++------------------
 1 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index d11fc9d..b58e05d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -55,27 +55,33 @@
 
 .el-select-dropdown,
 .popper-class {
-  background-color: #17324c !important;
+  // background-color: #17324c !important;
 }
 
 .el-select-dropdown__item.hover,
 .el-select-dropdown__item:hover {
-  background-color: #17324c !important;
+  // background-color: #17324c !important;
 }
 
 .el-tree {
-  background-color: #09152f !important;
+  // background-color: #09152f !important;
 }
 
 .el-tree-node__content:hover,
 .el-upload-list__item:hover {
-  background-color: #09152f !important;
+  // background-color: #09152f !important;
   color: #4b9bb7 !important;
 }
 
 .el-tree-node:focus > .el-tree-node__content {
-  background-color: #070f22 !important;
+  // background-color: #070f22 !important;
   color: #4b9bb7;
+}
+
+.button-addition {
+  background-color: #eb5d01 !important;
+  border: 1px solid #eb5d01 !important;
+  color: #ffffff;
 }
 
 /*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
@@ -83,7 +89,7 @@
 ::-webkit-scrollbar {
   width: 4px;
   height: 4px;
-  background-color: #070f22;
+  // background-color: #070f22;
 }
 
 /*瀹氫箟婊氬姩鏉¤建閬�
@@ -91,7 +97,7 @@
 ::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   border-radius: 10px;
-  background-color: #070f22;
+  // background-color: #070f22;
 }
 
 /*瀹氫箟婊戝潡
@@ -105,7 +111,7 @@
 // 璁剧疆dialog鏍峰紡
 .el-dialog__header,
 .el-dialog__body {
-  background-color: #06122c;
+  // background-color: #06122c;
 }
 
 .el-dialog__header {
@@ -129,12 +135,15 @@
 #app {
   // 璁剧疆寮瑰嚭妗嗘牱寮�
   .el-dialog__title {
-    color: #4b9bb7;
+    color: #E9eef3;
+  }
+  .el-dialog__header {
+    background-color: #09152f;
   }
 
   // 璁剧疆table鏍峰紡
   .el-table__empty-block {
-    background-color: #09152f;
+    // background-color: #09152f;
   }
 
   .el-table__empty-block {
@@ -146,20 +155,20 @@
   }
 
   .el-table .warning-row {
-    background: #06122c;
+    // background: #06122c;
   }
 
   .el-table .success-row {
-    background: #071f39;
+    // background: #071f39;
   }
 
   .el-input__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
+    // background-color: #09152f;
+    // border: 1px solid #17324c;
   }
   .el-textarea__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
+    // background-color: #09152f;
+    // border: 1px solid #17324c;
   }
 }
 .el-table__body-wrapper::-webkit-scrollbar {
@@ -177,6 +186,6 @@
   background-color: rgb(145, 143, 143); /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
 }
 .el-range-input {
-  background-color: #09152f;
+  // background-color: #09152f;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0