loulijun2021
2023-06-03 f1ee5a9bc88eff3a75245569e091fe352a452922
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()
      })
    }