From f135434894a67b13fd703263ae79e4335f06aa8d Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 29 三月 2024 19:46:47 +0800
Subject: [PATCH] 音频播放页冲突解决

---
 pages/home/home.wxss |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 480c400..54fd68c 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -65,6 +65,7 @@
   display: flex;
   align-items: center;
   justify-content: center;
+  background: #f6f6f6;
 }
 
 .swiper {

--
Gitblit v1.9.1