From 9b80c42df73cb99b37d95b5c0a186ceec5e45a27 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 07 一月 2025 17:23:31 +0800
Subject: [PATCH] ll
---
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