From 0bd8884aa388774f0b4eb66c0252b637eba7681b Mon Sep 17 00:00:00 2001 From: wulin Date: Thu, 3 Sep 2020 16:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=A9=E6=95=88=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5table=E7=9A=84maxsheight=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/result/record/recorddetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/result/record/recorddetail.vue b/src/views/modules/result/record/recorddetail.vue index 7d3f5d3..1e7a680 100644 --- a/src/views/modules/result/record/recorddetail.vue +++ b/src/views/modules/result/record/recorddetail.vue @@ -147,7 +147,7 @@ import UploadAddOrUpdate from './upload-add-or-update.vue' export default { created () { console.log(window.innerHeight) - this.clientHeight = window.innerHeight - 273 + this.clientHeight = window.innerHeight - 343 console.log(this.clientHeight) this.stepList.forEach(item => item.name = item.name.slice(-2)) },