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/pages/work/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue
index 2e9f6ca..43eb117 100644
--- a/src/pages/work/index.vue
+++ b/src/pages/work/index.vue
@@ -60,7 +60,6 @@
.eventTickets {
width: 100%;
height: 100%;
- background: url('/src/static/images/user/allBg.svg') no-repeat center center;
- background-size: cover;
+
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3