Browse Source

阀门选型调整

qymljy 3 weeks ago
parent
commit
fd9acfcc1a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/optionSystem/valveOption/DieFa.vue

+ 4 - 3
src/optionSystem/valveOption/DieFa.vue

@@ -190,7 +190,7 @@
             :param="guangtouParam"
             :opwidth="200"
             :custom="true"
-            style="margin-top: 14px"
+            style="margin-top: 14px;"
           >
             <template v-slot:customcol="scope">
               <span v-if="scope.column.columnname != 'operation'">{{
@@ -583,7 +583,7 @@
             :layout="tool.tabelCol($route.name)['excelTable1'].tablecols"
             :param="excelParam"
             :custom="true"
-            style="margin-top: 14px"
+            style="margin-top: 14px;"
           >
             <template v-slot:customcol="scope">
               <span
@@ -1356,7 +1356,8 @@ export default {
         this.$nextTick(() => {
           let target = this.$refs[id].$el.getBoundingClientRect();
           let clientHeight = document.body.clientHeight;
-          this.tableHeight = clientHeight - target.top - 30 + "px";
+
+          this.tableHeight = this.active == 1? clientHeight - target.top - 35 + "px" : clientHeight - target.top - 65 + "px";
           this.$refs[id].$refs.table.doLayout();
         });
       } catch (error) {