From f6be13541d24f15cb68cb68bc582d616d21863b4 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 26 Jan 2022 16:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +- .../regionalParty/activitysForm.vue | 335 +++++++++--------- 2 files changed, 176 insertions(+), 169 deletions(-) diff --git a/src/App.vue b/src/App.vue index bfd2d4db..68a0bdd5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,7 +86,7 @@ export default { if (!that.timer) { that.timer = true // 这里的定时器是为了避免window.onresize时过于频繁的刷新vuex - setTimeout(function() { + setTimeout(function () { that.setClientHeight(document.documentElement.clientHeight) // debugger if (document.documentElement.clientHeight < 800) { @@ -104,3 +104,11 @@ export default { } } + + diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index 72d49a73..18e1bc3f 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -1,179 +1,178 @@