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 @@