From 05273ace3da665cb10c36ca0dac4413a8284302a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 17 五月 2023 18:10:36 +0800
Subject: [PATCH] 增加部分限制,增加新功能

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 81124d6..e2c418d 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -616,7 +616,9 @@
 	width: vww(40);
 }
 .scroll-Y {
-	height: 900rpx;
+	height: 1000rpx;
+	position: relative;
+	top: 20rpx;
 }
 .utils-button {
 	width: 94%;
@@ -824,7 +826,7 @@
 							font-weight: 400;
 							color: #f81414;
 							position: absolute;
-							right: -10rpx;
+							right: 12rpx;
 							display: flex;
 							flex-wrap: wrap;
 						}
@@ -921,7 +923,7 @@
 		}
 	}
 	.filter-main {
-		height: 950rpx;
+		min-height: 950rpx;
 		width: 100%;
 		display: flex;
 		flex-direction: column;

--
Gitblit v1.9.1