From 7adfe5210fad2b4ab1b1be41e2d58eb3dd9b2b1a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 02 四月 2024 09:38:22 +0800
Subject: [PATCH] 代码合并

---
 pages/bookExhibitionList/index.wxss |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss
index b7dcccc..bcc5026 100644
--- a/pages/bookExhibitionList/index.wxss
+++ b/pages/bookExhibitionList/index.wxss
@@ -127,10 +127,10 @@
   image-rendering: -webkit-optimize-contrast;
 }
 
-.classification {
+/* .classification {
   width: 550rpx;
   margin: 0 30rpx;
-}
+} */
 
 .menuBox {
   display: flex;
@@ -141,7 +141,6 @@
   background-color: #F2F3F8;
   min-height: 90vh;
   margin-top: 270rpx;
-
 }
 
 .t-dropdown-menu:after,
@@ -175,6 +174,10 @@
 .t-radio__icon--checked,
 .t-checkbox__icon--checked {
   color: #FF6C00 !important
+}
+
+.t-dropdown-menu {
+  width: 750rpx;
 }
 
 .t-checkbox__icon--disabled {
@@ -219,11 +222,9 @@
 
 .menu--t-dropdown-menu::after {
   background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important;
-
 }
 
 .noData {
-
   margin: 0 auto;
   margin-top: 100rpx;
 }

--
Gitblit v1.9.1