From 47462dc6c323cc4ac7b32b93051947d351799c1f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 21 三月 2024 18:53:20 +0800
Subject: [PATCH] 检索页修改

---
 pages/bookExhibitionList/index.wxss |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index 3b28263..555a3e2 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -139,8 +139,9 @@
 
 .assembleContent {
   background-color: #F2F3F8;
-
+  min-height: 90vh;
 }
+
 .t-dropdown-menu:after,
 .t-dropdown-menu::after {
   height: 0px;
@@ -202,4 +203,11 @@
 .menu--t-dropdown-menu::after {
   background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important;
 
+}
+
+.noData {
+  /* display: flex;
+  justify-content: center; */
+  margin: 0 auto;
+  margin-top: 100rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1