From b273028fde3178d2643312c66d943b12f2c1bfad Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 09:26:06 +0800
Subject: [PATCH] 图书分类、图书列表、图书详情·页测试bug修改

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

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index f065f59..4b330d3 100644
--- a/pages/bookServices/assort/index.wxss
+++ b/pages/bookServices/assort/index.wxss
@@ -127,7 +127,6 @@
 
 .book-box image {
   height: 142rpx;
-  object-fit: contain !important;
 }
 
 .classify {
@@ -141,6 +140,7 @@
 }
 
 .assort-img {
+  display: flex;
   width: 116rpx;
   height: 142rpx;
   box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);

--
Gitblit v1.9.1