From 621bd1e65350d17756863f35783dbab5619a54d4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 15 八月 2023 17:27:54 +0800
Subject: [PATCH] 1.组织架构、岗位管理初稿

---
 src/views/systemSetting/encodingRules.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/encodingRules.vue b/src/views/systemSetting/encodingRules.vue
index 3fe663a..fa4f4b8 100644
--- a/src/views/systemSetting/encodingRules.vue
+++ b/src/views/systemSetting/encodingRules.vue
@@ -433,7 +433,7 @@
     getHeight() {
       this.$nextTick(() => {
         this.mainHeight = window.innerHeight - 85
-        this.tableHeight = this.mainHeight - 255
+        this.tableHeight = this.mainHeight - 245
         this.$refs.tableDataRef.doLayout()
       })
     }

--
Gitblit v1.9.3