src/views/systemSettings/codingRules.vue
@@ -1,7 +1,7 @@ <template> <div> <div class="body" :style="{height:mainHeight+'px'}"> <div class="bodyTopFormGroup"> <div class="bodyTopFormGroup" style="margin-top: 10px;"> <el-form ref="form" :model="form" @@ -418,7 +418,7 @@ getHeight() { this.$nextTick(() => { this.mainHeight = window.innerHeight - 85 this.tableHeight = this.mainHeight - 135 this.tableHeight = this.mainHeight - 145 this.$refs.tableDataRef.doLayout() }) }