diff --git a/src/views/index/right-bottom.vue b/src/views/index/right-bottom.vue
index 95c89e3..d85650d 100644
--- a/src/views/index/right-bottom.vue
+++ b/src/views/index/right-bottom.vue
@@ -762,17 +762,17 @@ onMounted(() => {
专科
专升本
-
-
+
{{ i + 1 }}
{{ item.provinceName }}
{{ peo.paymentCompleted }}
-
+
@@ -827,4 +827,7 @@ onMounted(() => {
.overflow-y-auto {
overflow-y: auto;
}
+::-webkit-scrollbar {
+ width: 0px;
+}
diff --git a/src/views/index/right-center.vue b/src/views/index/right-center.vue
index ca9b9b7..e1c9104 100644
--- a/src/views/index/right-center.vue
+++ b/src/views/index/right-center.vue
@@ -1,14 +1,24 @@
+
+
+
+
{{ tab.title }}
+
{{ tab.value }}
+
+
+
+
+
+
-
+
diff --git a/src/views/index/right-top-two.vue b/src/views/index/right-top-two.vue
index 91cfd6e..d335d8b 100644
--- a/src/views/index/right-top-two.vue
+++ b/src/views/index/right-top-two.vue
@@ -188,20 +188,21 @@ onMounted(() => {
总人数
报到率
-
-
-->
+
+
{{ i + 1 }}
-
{{ item.collegeName }}
+
{{ item.collegeName }}
{{ item.reportNumber }}
{{ item.totalNumber }}
{{ '0%' }}
-
+
@@ -257,4 +258,7 @@ onMounted(() => {
.overflow-y-auto {
overflow-y: auto;
}
+::-webkit-scrollbar {
+ width: 0px;
+}