From 7cc763025a88bcfb92e5f97c9f1512bce426aa9e Mon Sep 17 00:00:00 2001
From: dai <851733175@qq.com>
Date: Fri, 4 Mar 2022 13:32:51 +0800
Subject: [PATCH] sfs
---
src/views/modules/importRecord/index.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/importRecord/index.vue b/src/views/modules/importRecord/index.vue
index 1796ece1..bd98184c 100644
--- a/src/views/modules/importRecord/index.vue
+++ b/src/views/modules/importRecord/index.vue
@@ -22,7 +22,7 @@
>导入中
已完成
导入失败导入失败,未知错误
@@ -85,7 +85,7 @@ export default {
},
computed: {
maxTableHeight() {
- return this.clientHeight - 450;
+ return this.clientHeight - 300;
},
...mapGetters(["clientHeight"]),
},