From ba01c251096c859bd5444aaa11b85e2fcb1270a4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 24 Oct 2025 14:54:48 +0800
Subject: [PATCH] feat:去掉单文件背景

---
 src/subPackages/userDetail/infos/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/subPackages/userDetail/infos/index.vue b/src/subPackages/userDetail/infos/index.vue
index 867c189..551b75e 100644
--- a/src/subPackages/userDetail/infos/index.vue
+++ b/src/subPackages/userDetail/infos/index.vue
@@ -129,9 +129,7 @@
 		display: flex;
 		flex-direction: column;
 		align-items: center;
-		background: url('/src/static/images/user/allBg.svg') no-repeat center center;
-		background-size: cover;
-		background-attachment: fixed;
+		
 
 	}
 

--
Gitblit v1.9.3