From 80f9adf3f7682edf1d997f48c65a9bac2e4c1605 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期日, 28 九月 2025 15:25:42 +0800
Subject: [PATCH] 钉钉授权 与 通知开发

---
 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