loulijun2021
2022-07-04 991a63234bba49da5a22d0f64ae15837d3253829
src/views/zzmx/jpgj.vue
@@ -201,6 +201,7 @@
      :visible.sync="dialogVisible"
      width="70%"
      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
      })
    }
  }