Explorar o código

Table: shouldUpdateHeight should be true when maxHeight is set (#10034)

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

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

@@ -456,6 +456,7 @@
 
       shouldUpdateHeight() {
         return this.height ||
+          this.maxHeight ||
           this.fixedColumns.length > 0 ||
           this.rightFixedColumns.length > 0;
       },