loulijun2021
2022-07-07 f791db88d83a7ed851b9412d9797ed16b345fe79
src/views/zzmx/jpgj.vue
@@ -199,8 +199,9 @@
    <el-dialog
      :title="operation==='add'?'新增':'编辑'"
      :visible.sync="dialogVisible"
      width="70%"
      width="1200px"
      top="15vh"
      :fullscreen="isFullscreen"
      :close-on-click-modal="false"
      @closed="handleClose"
      @close="handleClose"
@@ -450,6 +451,7 @@
      }
    }
    return {
      isFullscreen: false,
      mainHeight: 0,
      tableHeight: 0,
      form: {
@@ -815,6 +817,7 @@
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
        this.isFullscreen = window.innerHeight < 800
      })
    }
  }