From 22fd33c839969a5c14de0d994701876407385d7f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 06 一月 2026 14:00:00 +0800
Subject: [PATCH] 1.页面优化

---
 pages/sbgl/wxyz.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pages/sbgl/wxyz.vue b/pages/sbgl/wxyz.vue
index da0a7ba..d9f0e2d 100644
--- a/pages/sbgl/wxyz.vue
+++ b/pages/sbgl/wxyz.vue
@@ -11,7 +11,7 @@
 		</view>
 
 
-		<view v-show="topContent.length!==0">
+		<view v-show="topContent.length!==0" style="max-height: 75vh;overflow: auto;">
 			<view class="mainContent">
 				<view>
 					<u-gap height="10" bgColor="#eff0f1"></u-gap>
@@ -20,13 +20,14 @@
 							<view class="head_left">
 								<view class="head_bar"></view>
 								<view class="head_title">
-									鎵弿缁翠慨宸ヤ綅
+									<!-- 鎵弿缁翠慨宸ヤ綅 -->
+									缁翠慨宸ヤ綅
 								</view>
 							</view>
 
-							<view class="marginRight20">
+							<!-- 		<view class="marginRight20">
 								<u-icon name="scan" @click="topScanClick" color="red" size="28"></u-icon>
-							</view>
+							</view> -->
 
 						</view>
 

--
Gitblit v1.9.3