From 95e6e79a4bef6c13cbde010b42562b1e5455f71d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 29 Mar 2025 16:03:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/styles/login.scss |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 798d2d1..25de30f 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -3,26 +3,6 @@
   position: relative;
   width: 100%;
   height: 100%;
-  // position: relative;
-  // display: flex;
-  // align-items: center;
-  // width: 100%;
-  // height: 100%;
-  // // background-color: #fff;
-  // background: linear-gradient(110deg, rgb(2, 40, 85) 0%, rgb(44, 119, 241) 50%, rgb(255,255,255) 50%, rgb(240,240,240) 100%);
-  // overflow: hidden;
-  // &::before{
-  //   position: absolute;
-  //   top: 0;
-  //   left: 0;
-  //   width: 100%;
-  //   height: 100%;
-  //   margin-left: -48%;
-  //   background-image: url(/img/login-bg.svg);
-  //   background-position: 100%;
-  //   background-repeat: no-repeat;
-  //   background-size: auto 100%;
-  // }
 }
 .login-header {
   background: url('../assets/images/login/big-title.png') no-repeat center / 100% 100%;

--
Gitblit v1.9.3