From 6e940f67eabe8ae168124dafac6b7430d17c2432 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 23 八月 2023 09:45:30 +0800
Subject: [PATCH] 1.角色管理
---
src/views/systemSetting/encodingRules.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/systemSetting/encodingRules.vue b/src/views/systemSetting/encodingRules.vue
index fa4f4b8..9b0be02 100644
--- a/src/views/systemSetting/encodingRules.vue
+++ b/src/views/systemSetting/encodingRules.vue
@@ -36,9 +36,6 @@
<el-button v-waves type="info" icon="el-icon-refresh" @click="reset">閲嶇疆</el-button>
</div>
</el-form>
- <div
- class="bodyTopFormExpand"
- />
</div>
<div class="elTableDiv">
@@ -433,7 +430,7 @@
getHeight() {
this.$nextTick(() => {
this.mainHeight = window.innerHeight - 85
- this.tableHeight = this.mainHeight - 245
+ this.tableHeight = this.mainHeight - 240
this.$refs.tableDataRef.doLayout()
})
}
--
Gitblit v1.9.3