From c832bf2e80ac465e71b7a1c1f7a59d4252030989 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 05 Aug 2025 17:33:08 +0800
Subject: [PATCH] feat:事件工单滚动条
---
src/styles/login.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/styles/login.scss b/src/styles/login.scss
index 66e6446..98100e4 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,7 @@
border-bottom-left-radius: 5px;
justify-content: center;
flex-direction: column;
- background-color: #8b9aac;
+ background-color: #5A9CF8 !important;
color: #fff;
float: left;
width: 50%;
--
Gitblit v1.9.3