From d942877495ceea1575e64fb6d4e2972f6da10cac Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 11 一月 2023 10:09:24 +0800
Subject: [PATCH] 2023/1/11 肖辉 修改UI样式

---
 src/App.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index b58e05d..1dee9fa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -79,8 +79,8 @@
 }
 
 .button-addition {
-  background-color: #eb5d01 !important;
-  border: 1px solid #eb5d01 !important;
+  background-color: #eb5d01;
+  border: 1px solid #eb5d01;
   color: #ffffff;
 }
 
@@ -133,12 +133,20 @@
 }
 
 #app {
+  .userList{
+
+  }
+  .list{
+
+  }
   // 璁剧疆寮瑰嚭妗嗘牱寮�
   .el-dialog__title {
-    color: #E9eef3;
+    color: #333;
   }
   .el-dialog__header {
-    background-color: #09152f;
+    color: black;
+    background-color: #DCDFE6;
+    //border: 1px solid #DCDFE6;
   }
 
   // 璁剧疆table鏍峰紡

--
Gitblit v1.8.0