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