From 29e47e50c632ebc2af4e83f695a1f81f542aa422 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 17 Mar 2022 14:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E9=AB=98=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index d1217999..5d1e546d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -133,11 +133,11 @@ export default { .dialog-h { .el-dialog__body { position: relative; - height: 82vh; + max-height: 82vh; box-sizing: border-box; padding: 0 10px 20px !important; .dialog-h-content { - height: calc(82vh - 80px); + max-height: calc(82vh - 80px); box-sizing: border-box; overflow: auto; }