From 0d475f84de49b9ffa5dc75359b8a6d57195c643c Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 13:55:15 +0800
Subject: [PATCH] css
---
pages/quanyi/components/agreement/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 5e961a3..983838f 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -56,7 +56,7 @@
>平台服务协议</view
>
</view>
- <view class="list" style="height: 51vh;overflow: scroll;">
+ <view class="list" style="height: 50vh;overflow: scroll;">
<view class="li" @click="toProtocol(item)" v-for="(item,index) in list" :key="index" >
<view style="font-size: 30rpx">{{item.name}}</view>
--
Gitblit v1.9.3