From bfdd1a936731cf9b5f0d2c78d363cbb0ec93d941 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 04 九月 2024 09:43:52 +0800
Subject: [PATCH] 树结构排序优化

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

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index a2a4f4d..82ef507 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -149,7 +149,7 @@
 .assembleContent {
   background-color: #F2F3F8;
   min-height: 90vh;
-  margin-top: 240rpx;
+  margin-top: 268rpx;
 }
 
 .t-dropdown-menu:after,
@@ -251,7 +251,7 @@
   position: fixed;
   top: 0px;
   background-color: #fff;
-  height: 120px;
+  height: 268rpx;
   z-index: 999;
 }
 

--
Gitblit v1.9.1