From cefcfa2d06111a7ad85f980a39342c681b091916 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 17 Jul 2021 10:47:33 +0800
Subject: [PATCH] 样式
---
src/styles/ourBackgroundColor.scss | 4 ++--
src/styles/element-ui.scss | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index fcaf080..c694f60 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -202,7 +202,7 @@
//表格等待
.el-loading-mask {
- background-color: $inputB1 !important;
+ background-color: $mainB !important;
}
//附件上传弹窗中心
diff --git a/src/styles/ourBackgroundColor.scss b/src/styles/ourBackgroundColor.scss
index d8816e7..80c44ef 100644
--- a/src/styles/ourBackgroundColor.scss
+++ b/src/styles/ourBackgroundColor.scss
@@ -6,7 +6,7 @@
$fontColor: #fff;
-$mainB2: #0048e5;
+$mainB2: #205de2;
$mainB: #004ca7;
$mainBx1: #013e8a;
$mainBx2: #03277c;
@@ -20,4 +20,4 @@
$buttonB: #7cbdff;
-$inputB1: rgb(25, 88, 233);
+$inputB1: #2d5cc8;
--
Gitblit v1.9.3