From dad2da11362672c4402a89a55d5c2551e23290c3 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 6 Sep 2023 16:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E8=AE=A1=E5=88=92=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/dialog/index.vue | 6 +- src/views/yingji/enforcing.vue | 21 +++---- src/views/yingji/enterprise.vue | 18 +++--- src/views/yingji/planManage.vue | 82 +++++++++++++-------------- 4 files changed, 63 insertions(+), 64 deletions(-) diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index 3605197..fe5ff9d 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -179,7 +179,7 @@ @@ -555,6 +555,10 @@ export default { color: #2378EC; cursor: pointer; } + .selectBtn { + background-color: #2378EC; + color: #FFFFFF; + } } } } diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue index 8ff4e48..7671e90 100644 --- a/src/views/yingji/enforcing.vue +++ b/src/views/yingji/enforcing.vue @@ -45,11 +45,11 @@ 导出excel -
+
{ - let dom = document.getElementsByClassName('tables'); - let height = dom[0].getBoundingClientRect(); - let windowHeight = window.innerHeight; - let relativeHeight = windowHeight - height.top - this.main.height = relativeHeight - 80 + 'px' - }) + // this.$nextTick(()=>{ + // let dom = document.getElementsByClassName('tables'); + // let height = dom[0].getBoundingClientRect(); + // let windowHeight = window.innerHeight; + // let relativeHeight = windowHeight - height.top + // this.main.height = relativeHeight - 80 + // }) }, }; diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue index 8e9fc36..45310e2 100644 --- a/src/views/yingji/enterprise.vue +++ b/src/views/yingji/enterprise.vue @@ -79,11 +79,11 @@
搜索
-
+
@@ -212,13 +212,13 @@ }, mounted() { this.checkListTwo = this.checkList; - this.$nextTick(()=>{ - let dom = document.getElementsByClassName('tables'); - let height = dom[0].getBoundingClientRect(); - let windowHeight = window.innerHeight; - let relativeHeight = windowHeight - height.top - this.main.height = relativeHeight - 50 + 'px' - }) + // this.$nextTick(()=>{ + // let dom = document.getElementsByClassName('tables'); + // let height = dom[0].getBoundingClientRect(); + // let windowHeight = window.innerHeight; + // let relativeHeight = windowHeight - height.top + // this.main.height = relativeHeight - 50 + // }) }, }; diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index 7396676..b6fbdaf 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-04 10:20:06 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-06 11:07:50 + * @LastEditTime: 2023-09-06 15:59:41 -->