From 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期五, 31 十月 2025 12:05:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao

---
 screen/src/assets/base.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/screen/src/assets/base.css b/screen/src/assets/base.css
index da3c493..b0d138f 100644
--- a/screen/src/assets/base.css
+++ b/screen/src/assets/base.css
@@ -17,7 +17,17 @@
 ::-webkit-scrollbar {
   display: none;
 }
-
+.swiper-wrapper {
+  display: block !important;
+}
+.empty_wrap{
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+.empty_wrap img{
+  width: 100px;
+}
 p{
   padding: 0;
   margin: 0;

--
Gitblit v1.9.3