src/views/wlgl/kwdy.vue
@@ -105,6 +105,7 @@ /> <el-table-column label="操作" width="120" > <template slot-scope="{row}"> <div class="operationClass"> @@ -372,8 +373,8 @@ getHeight() { this.$nextTick(() => { this.mainHeight = window.innerHeight - 250 this.tableHeight = this.mainHeight - 100 if (window.innerHeight < 800) { this.tableHeight = this.mainHeight - 50 if (window.innerHeight < 769) { this.tableHeight = this.tableHeight - 50 } })