src/views/sbgl/sbqd.vue
@@ -203,7 +203,7 @@ <el-table-column label="操作" fixed="right" width="100" width="120" > <template slot-scope="{row}"> <div class="operationClass"> @@ -853,9 +853,6 @@ this.$nextTick(() => { this.mainHeight = window.innerHeight - 250 this.tableHeight = this.mainHeight - 100 if (window.innerHeight < 800) { this.tableHeight = this.tableHeight - 50 } }) },