From 7337bc23f71e2f86ebe93fc773322f123e7efa3c Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 25 Oct 2024 09:06:34 +0800
Subject: [PATCH] 样式及系统名称调整

---
 src/styles/login.scss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 66e6446..fa5c805 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -5,7 +5,8 @@
   width: 100%;
   height: 100%;
   margin: 0 auto;
-  background-image: url("/img/bg/bg.jpg");
+  background-color: #469BC0;
+  // background-image: url("/img/bg/bg.jpg");
   background-size: 100% 100%;
 }
 
@@ -32,7 +33,8 @@
   border-bottom-left-radius: 5px;
   justify-content: center;
   flex-direction: column;
-  background-color: #8b9aac;
+  background-color: #5A9CF8 !important;
+  // background-color: #8b9aac;
   color: #fff;
   float: left;
   width: 50%;

--
Gitblit v1.9.3