From b6923adb7b6a5fcbe4a2eaa06e1ebe0e044ba0e2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 28 三月 2024 14:22:42 +0800
Subject: [PATCH] 代码合并

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

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index 1a7f2df..677f61e 100644
--- a/pages/bookServices/assort/index.wxss
+++ b/pages/bookServices/assort/index.wxss
@@ -38,7 +38,6 @@
 }
 
 .side-bar-content {
-  width: 100%;
   padding: 0 20rpx;
 }
 
@@ -68,6 +67,7 @@
   width: 100%;
   height: 108rpx;
   white-space: nowrap;
+  overflow-x: auto;
 }
 
 .myScroll .row {
@@ -142,6 +142,7 @@
 
 .assort-img {
   display: flex;
+  align-items: center;
   width: 152rpx;
   height: 186rpx;
   box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
@@ -149,7 +150,7 @@
 }
 
 .page-right {
-  width: 100%;
+  width: calc(100vw - 206rpx);
 }
 
 .loading-box {

--
Gitblit v1.9.1