From 5d70c2d38f12437afedc1c978269d29689ff0c2e Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 28 三月 2024 19:54:52 +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