loulijun2021
2022-06-28 be40cc37cae5940acf1ec1fba98252dcfa2dc020
src/views/xtsy/index.vue
@@ -128,8 +128,9 @@
    // 获取页面高度
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 200
        this.tableHeight = this.mainHeight - 100
        this.mainHeight = window.innerHeight - 120
        // this.mainHeight = window.innerHeight - 200
        // this.tableHeight = this.mainHeight - 100
      })
    },
    handleEcharts() {