From 4b6bb2df2ea7edde4912b0ca1ccc95710ce3bdb8 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 09:16:54 +0800
Subject: [PATCH] feat:换叠加背景
---
src/layout/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 9745c75..a316cea 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -61,11 +61,11 @@
z-index: 999;
height: 100%;
width: 100%;
- background-image: url('../assets/images/bg.png');
+ background-image: url('../assets/images/bg-new.png');
background-size: 100% 100%;
background-repeat: no-repeat;
pointer-events: none;
-
+
> * {
pointer-events: auto;
}
--
Gitblit v1.9.3