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';