src/views/jcsz/wldw.vue
@@ -155,6 +155,7 @@ <el-table-column label="操作" fixed="right" width="120" > <template slot-scope="{row}"> <div class="operationClass"> @@ -522,7 +523,10 @@ getHeight() { this.$nextTick(() => { this.mainHeight = window.innerHeight - 250 this.tableHeight = this.mainHeight - 100 this.tableHeight = this.mainHeight - 50 if (window.innerHeight < 769) { this.tableHeight = this.tableHeight - 50 } }) }, // 导入按钮