Explorar o código

fix: Fix wrong max height in fixed table

liril %!s(int64=7) %!d(string=hai) anos
pai
achega
8d9aaac41f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/table/src/table.vue

+ 2 - 0
packages/table/src/table.vue

@@ -433,6 +433,8 @@
             maxHeight -= this.layout.headerHeight;
           }
 
+          maxHeight -= this.layout.footerHeight;
+
           style = {
             'max-height': maxHeight + 'px'
           };