guoyuji
2024-12-05 26aa014b40fa80905990997bc848db975861c916
north-glass-erp/northglass-erp/src/views/sd/basicData/SearchGlassType.vue
@@ -153,11 +153,11 @@
</script>
<template>
  <div>
  <div  style="width: 100%;height: 100%">
    <div class="main-table">
    <vxe-grid
        style="width: 40vw;"
        class="mytable-scrollbar"
        max-height="500px"
        height="100%"
        ref="xGrid"
        v-bind="gridOptions"
        v-on="gridEvents"
@@ -171,6 +171,7 @@
        </el-popconfirm>
      </template>
    </vxe-grid>
  </div>
    <el-dialog
        v-model="dialogTableVisible"
        destroy-on-close
@@ -193,6 +194,7 @@
      </el-row>
    </el-dialog>
  </div>
</template>
@@ -201,4 +203,13 @@
.el-row{
  margin-top: 10px;
}
.head{
  width: 100%;
  height: 35px;
}
.main-table{
  width: 100%;
  height: calc(100% - 0px);
}
</style>