loulijun2021
2023-05-30 580cb6210db496d1aee9fd4b0871ab0f0e637be2
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()
      })
    }