From 5521b9e5ee62447355541436530d80cc0d2b141e Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 24 十一月 2025 10:00:03 +0800
Subject: [PATCH] 高度问题

---
 pages/commodity-square/coups-goods-list.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/pages/commodity-square/coups-goods-list.vue b/pages/commodity-square/coups-goods-list.vue
index 3405c80..0044062 100644
--- a/pages/commodity-square/coups-goods-list.vue
+++ b/pages/commodity-square/coups-goods-list.vue
@@ -9,9 +9,9 @@
 				:show-action="false"></u-search>
 		</view>
 		<view class="coupon-tip">
-			<text class="tip-text">浣犲凡鏈変笓灞炰紭鎯犲嵎鍙互杩涜鎶垫墸瀵瑰簲鍟嗗搧</text>
+			<text class="tip-text">浣犲凡鏈変笓灞炰紭鎯犲姷鍙互杩涜鎶垫墸瀵瑰簲鍟嗗搧</text>
 		</view>
-		<view style="display: flex;padding: 32rpx;box-sizing: border-box;height: 100%;">
+		<view style="display: flex;padding: 32rpx;box-sizing: border-box;height: 75vh">
 			<view class="navigatorMenue">
 				<scroll-view class="typeNavigation" :scroll-y="true" :show-scrollbar="false">
 					<view class="typeNavigationItem" :class="{typeNavigationItemCheck:currentCategort ==item.id}"
@@ -399,8 +399,7 @@
 	.typeNavigation {
 		box-sizing: border-box;
 		padding: 10rpx;
-		height: 100%;
-		padding-bottom: 40rpx; /* 澧炲姞搴曢儴鍐呰竟璺� */
+		height: 100%; /* 澧炲姞搴曢儴鍐呰竟璺� */
 	}
 
 	.typeNavigationItem {
@@ -435,7 +434,7 @@
 		color: red;
 		font-weight: bold;
 	}
-	
+
 	.coupon-tip {
 		text-align: center;
 		padding: 20rpx 0;
@@ -444,7 +443,7 @@
 		border-radius: 10rpx;
 		border: 1px solid #ffe0e0;
 	}
-	
+
 	.tip-text {
 		color: #ff6b6b;
 		font-size: 28rpx;

--
Gitblit v1.8.0