From ba8ed9ad4550b3cf2760f246a98701450aea16b2 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 19 Mar 2025 13:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=89=8B=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/index.vue | 7 +++---- src/views/jsc/components/1total.vue | 2 +- src/views/system/DashboardComponents/department.vue | 2 +- src/views/system/DashboardComponents/total.vue | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 7fe355b..20ff386 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -74,7 +74,6 @@ export default { }) return item }) ?? [] - console.log("this.layoutList",this.layoutList,'res',res) }) }, methods: { @@ -94,8 +93,8 @@ export default { margin-bottom: 10px; touch-action: auto !important; } - //#grid-card { - // overflow-y: scroll; - //} + ::v-deep #grid-card { + overflow-y: scroll; + } } diff --git a/src/views/jsc/components/1total.vue b/src/views/jsc/components/1total.vue index cd02302..e7926df 100644 --- a/src/views/jsc/components/1total.vue +++ b/src/views/jsc/components/1total.vue @@ -68,7 +68,7 @@ } }, created() { - this.layout = this.$options.layout; + this.layout = this.$options.layout; }, mounted() { if(this.$store.getters.device === 'mobile'){ diff --git a/src/views/system/DashboardComponents/department.vue b/src/views/system/DashboardComponents/department.vue index 7d022f4..7131b37 100644 --- a/src/views/system/DashboardComponents/department.vue +++ b/src/views/system/DashboardComponents/department.vue @@ -1,5 +1,5 @@