From 6264e7823df52fdf738ff6aaad8e8731e7997363 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 09 Jun 2025 15:53:29 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

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

diff --git a/src/styles/common.scss b/src/styles/common.scss
index dcbf1b2..488a42d 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -22,6 +22,7 @@
   display: flex;
   height: 1080px;
   width: 1920px;
+  background: url("@/assets/images/layoutBg.png")  no-repeat center / 100% 100%;
   overflow: hidden;
 
   &--horizontal {
@@ -75,7 +76,6 @@
   box-sizing: border-box;
   overflow: hidden;
   // background: #f0f2f5;
-  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
 }
 
 #avue-view {

--
Gitblit v1.9.3