agilebuilder-ui 1.1.13-tmp5 → 1.1.13-tmp6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@
71
71
  :highlight-current-row="true"
72
72
  :span-method="rowSpan"
73
73
  :max-height="maxHeight"
74
- :height="maxHeight && maxHeight <= tableHeight ? maxHeight : tableHeight"
74
+ :height="tableHeight"
75
75
  :class="tableClass"
76
76
  :tree-props="getTreeProps(parentProp, isSql, isLazy, dataSourceType)"
77
77
  @sort-change="handleSortChange"
@@ -3315,4 +3315,9 @@ export default {
3315
3315
  padding: 2px 0 !important;
3316
3316
  }
3317
3317
  }
3318
+ .el-table ::v-deep {
3319
+ & > .el-table__inner-wrapper {
3320
+ height: 100% !important;
3321
+ }
3322
+ }
3318
3323
  </style>