From 02fbad0abac2692f8df1fa67b88f8995ab27db19 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 21 十二月 2022 14:17:03 +0800
Subject: [PATCH] 换皮肤

---
 src/App.vue |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 396b684..bab6fae 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -55,26 +55,26 @@
 
 .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;
 }
 
@@ -89,7 +89,7 @@
 ::-webkit-scrollbar {
   width: 4px;
   height: 4px;
-  background-color: #070f22;
+  // background-color: #070f22;
 }
 
 /*瀹氫箟婊氬姩鏉¤建閬�
@@ -97,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;
 }
 
 /*瀹氫箟婊戝潡
@@ -111,7 +111,7 @@
 // 璁剧疆dialog鏍峰紡
 .el-dialog__header,
 .el-dialog__body {
-  background-color: #06122c;
+  // background-color: #06122c;
 }
 
 .el-dialog__header {
@@ -140,7 +140,7 @@
 
   // 璁剧疆table鏍峰紡
   .el-table__empty-block {
-    background-color: #09152f;
+    // background-color: #09152f;
   }
 
   .el-table__empty-block {
@@ -152,19 +152,19 @@
   }
 
   .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;
+    // background-color: #09152f;
     border: 1px solid #17324c;
   }
 }
@@ -183,6 +183,6 @@
   background-color: rgb(145, 143, 143); /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
 }
 .el-range-input {
-  background-color: #09152f;
+  // background-color: #09152f;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0