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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/bookServices/assort/index.wxss b/pages/bookServices/assort/index.wxss
index bf4c371..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 {
@@ -150,7 +150,7 @@
 }
 
 .page-right {
-  width: 100%;
+  width: calc(100vw - 206rpx);
 }
 
 .loading-box {

--
Gitblit v1.9.1