From 7b70bb16c3fd3d3b2c0fa4a464cee90054834cbf Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 21 Apr 2025 16:34:11 +0800
Subject: [PATCH] feat: 调整首页样式和新建任务日期,以及小文字调整

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

diff --git a/src/styles/login.scss b/src/styles/login.scss
index 07131c3..c9d2bf3 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -1,9 +1,4 @@
-.login-container {
-  background: url('../assets/images/login/bg.png') no-repeat center / 100% 100%;
-  position: relative;
-  width: 100%;
-  height: 100%;
-}
+
 .login-header {
   background: url('../assets/images/login/big-title.png') no-repeat center / 100% 100%;
   width: 100%;
@@ -140,7 +135,7 @@
   display: flex;
 }
 .login-left {
-  padding-top: 100px;
+  // padding-top: 100px;
   justify-content: center;
   flex-direction: column;
   color: #fff;

--
Gitblit v1.9.3