From e6a156a6a8bb6f1d3a17e9310269f53c56e10b42 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 08 四月 2024 22:29:26 +0800
Subject: [PATCH] 问题修改

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

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index bcc5026..a899a40 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -243,8 +243,21 @@
   top: 0px;
   background-color: #fff;
   height: 135px;
+  z-index: 999;
 }
 
 .disableds {
   color: var(--td-dropdown-menu-disabled-colorm, var(--td-font-gray-4, rgba(0, 0, 0, 0.26))) !important;
+}
+
+.scrollViewBox {
+  height: calc(100vh - 300rpx);
+  /* width: calc(100vw - 60rpx); */
+  /* height: 700rpx; */
+}
+
+.bottom-box {
+  margin-top: 100rpx;
+  display: flex;
+  justify-content: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1