loulijun2021
2023-04-19 c1f8cf3bad440828a0c1bcad7a2b0d9deb70a9ae
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()
      })
    }