From ba02aefddad553d6d0ae6fa8ec91c979b6f4f6f5 Mon Sep 17 00:00:00 2001 From: wind <1103642893@qq.com> Date: Sat, 29 May 2021 17:54:32 +0800 Subject: [PATCH] =?UTF-8?q?optimize:=20=E4=BC=98=E5=8C=96=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E7=AA=97=E5=8F=A3body=E9=AB=98=E5=BA=A6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/custom-global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/custom-global.scss b/src/styles/custom-global.scss index 77568b2..cd5449b 100644 --- a/src/styles/custom-global.scss +++ b/src/styles/custom-global.scss @@ -15,7 +15,7 @@ } .custom-height { .el-dialog__body { - height: 500px; + height: calc(70vh - 100px); overflow: auto; } } -- Gitee