From 6fc0540e65eb1dfe567260676b05f18abd57b07b Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Fri, 31 Oct 2025 20:03:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E9=95=BF=E6=96=87=E6=9C=AC=E6=BB=91?=
=?UTF-8?q?=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/BDCenterView.vue | 12 ++++++++++--
src/views/BDLeaderCenter/index.vue | 14 +++++++++++---
2 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/src/views/BDCenterView.vue b/src/views/BDCenterView.vue
index 143a951..80a1223 100644
--- a/src/views/BDCenterView.vue
+++ b/src/views/BDCenterView.vue
@@ -226,12 +226,12 @@
background: white;
border-radius: 16px 16px 0 0;
max-height: 80vh;
- overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
"
+ class="overflow-y-auto"
@click.stop
>
@@ -317,12 +317,12 @@
background: white;
border-radius: 16px 16px 0 0;
max-height: 60vh;
- overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
"
+ class="overflow-y-auto"
@click.stop
>
{{ BDSalaryMore.period }}
@@ -528,6 +528,14 @@ onMounted(() => {
font-family: 'SF Pro Text';
}
+.overflow-y-auto {
+ overflow-y: auto;
+}
+
+.overflow-y-auto::-webkit-scrollbar {
+ display: none;
+}
+
.bd-center {
max-height: 100vh;
overflow-y: auto;
diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue
index 8135468..eee4444 100644
--- a/src/views/BDLeaderCenter/index.vue
+++ b/src/views/BDLeaderCenter/index.vue
@@ -363,12 +363,12 @@
background: white;
border-radius: 16px 16px 0 0;
max-height: 80vh;
- overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
"
+ class="overflow-y-auto"
@click.stop
>
@@ -493,12 +493,12 @@
background: white;
border-radius: 16px 16px 0 0;
max-height: 60vh;
- overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
"
+ class="overflow-y-auto"
@click.stop
>
{{ SalaryMore.period }}
@@ -582,12 +582,12 @@
background: white;
border-radius: 16px 16px 0 0;
max-height: 60vh;
- overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px;
"
+ class="overflow-y-auto"
@click.stop
>
{{ SalaryMore.period }}
@@ -859,6 +859,14 @@ onMounted(() => {
display: none;
}
+.overflow-y-auto {
+ overflow-y: auto;
+}
+
+.overflow-y-auto::-webkit-scrollbar {
+ display: none;
+}
+
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';