Explorar o código

fix: table height

double.huang %!s(int64=5) %!d(string=hai) anos
pai
achega
348c75a929
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Sheet/index.vue

+ 1 - 1
src/components/Sheet/index.vue

@@ -180,7 +180,7 @@ export default {
   computed: {
     tableMaxHeight() {
       if (this.$store === undefined || this.$store.getters.pageTableHeaderHeight === 0) { return null }
-      const height = 220 + this.$store.getters.pageTableHeaderHeight
+      const height = 210 + this.$store.getters.pageTableHeaderHeight
       return 'calc(100vh - ' + height + 'px)'
     }
   },