From 4a56e2e6d8393aa5ed3d02e749063999e32a01bf Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 05 一月 2026 16:10:06 +0800
Subject: [PATCH] 1.设备管理模块优化
---
pages/sbgl/dqby.vue | 2 +-
pages/sbgl/rcdj2.vue | 2 +-
pages/sbgl/sbwx.vue | 2 +-
pages/sbgl/rcdj.vue | 2 +-
pages/sbgl/wxyz.vue | 2 +-
pages/sbgl/dqby2.vue | 2 +-
pages/sbgl/wxsq.vue | 2 +-
pages/sbgl/wxsq2.vue | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pages/sbgl/dqby.vue b/pages/sbgl/dqby.vue
index 4864485..bf33af3 100644
--- a/pages/sbgl/dqby.vue
+++ b/pages/sbgl/dqby.vue
@@ -3,7 +3,7 @@
<page-nav title="瀹氭湡淇濆吇"></page-nav>
- <view v-if="purchorderArrAll.length>0">
+ <view v-if="purchorderArrAll.length>0" style="max-height: 75vh;overflow: auto;">
<!-- <view class="mainContent" :style="{maxHeight: '1340rpx',overflow: 'scroll',padding:0}"> -->
<!-- #ifdef H5 -->
diff --git a/pages/sbgl/dqby2.vue b/pages/sbgl/dqby2.vue
index 3c570e1..a699629 100644
--- a/pages/sbgl/dqby2.vue
+++ b/pages/sbgl/dqby2.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>
diff --git a/pages/sbgl/rcdj.vue b/pages/sbgl/rcdj.vue
index 2b5ad91..d63cf1f 100644
--- a/pages/sbgl/rcdj.vue
+++ b/pages/sbgl/rcdj.vue
@@ -3,7 +3,7 @@
<page-nav title="鏃ュ父鐐规"></page-nav>
- <view v-if="purchorderArrAll.length>0">
+ <view v-if="purchorderArrAll.length>0" style="max-height: 75vh;overflow: auto;">
<!-- <view class="mainContent" :style="{maxHeight: '1340rpx',overflow: 'scroll',padding:0}"> -->
<!-- #ifdef H5 -->
diff --git a/pages/sbgl/rcdj2.vue b/pages/sbgl/rcdj2.vue
index 7b853a0..b7716a4 100644
--- a/pages/sbgl/rcdj2.vue
+++ b/pages/sbgl/rcdj2.vue
@@ -12,7 +12,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>
diff --git a/pages/sbgl/sbwx.vue b/pages/sbgl/sbwx.vue
index eef138a..4b385e1 100644
--- a/pages/sbgl/sbwx.vue
+++ b/pages/sbgl/sbwx.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" :style="{maxHeight:'1360rpx',overflow: 'scroll'}">
<view>
diff --git a/pages/sbgl/wxsq.vue b/pages/sbgl/wxsq.vue
index 374ec54..ce7175e 100644
--- a/pages/sbgl/wxsq.vue
+++ b/pages/sbgl/wxsq.vue
@@ -3,7 +3,7 @@
<page-nav title="璁惧缁翠慨鐢宠"></page-nav>
- <view v-if="purchorderArrAll.length>0">
+ <view v-if="purchorderArrAll.length>0" style="max-height: 75vh;overflow: auto;">
<!-- <view class="mainContent" :style="{maxHeight: '1340rpx',overflow: 'scroll',padding:0}"> -->
<!-- #ifdef H5 -->
diff --git a/pages/sbgl/wxsq2.vue b/pages/sbgl/wxsq2.vue
index 9eb2d8e..cbad33e 100644
--- a/pages/sbgl/wxsq2.vue
+++ b/pages/sbgl/wxsq2.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>
diff --git a/pages/sbgl/wxyz.vue b/pages/sbgl/wxyz.vue
index da0a7ba..e524936 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>
--
Gitblit v1.9.3