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() }) }