From 4ec959d7c2ef1d8dd3af287814ca8a27650b99f7 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 一月 2023 15:33:42 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0
---
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