From a6842851a844e63a8766d63c5410a8e2f27a7d45 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 20 八月 2024 11:56:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/screen/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index c445ba1..477c690 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -37,10 +37,11 @@
   -webkit-user-select: none;
 }
 .screen {
-  background: url('../../assets/images/screen/pageBg1.jpg') !important;
-  background-size: cover !important;
-  background-repeat: no-repeat !important;
-  background-position: center center !important;
+  background-color: #033c76 !important;
+  //background: url('../../assets/images/screen/pageBg1.jpg') !important;
+  //background-size: cover !important;
+  //background-repeat: no-repeat !important;
+  //background-position: center center !important;
 }
 
 </style>

--
Gitblit v1.8.0