From 4e445db469bb7cc55054269f96c0fafe53810e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 13 Nov 2023 18:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mdp-ui/mdp.scss | 2 +- src/styles/mdp.scss | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/src/components/mdp-ui/mdp.scss b/src/components/mdp-ui/mdp.scss index 4a9ffcf6..55e8d5a4 100644 --- a/src/components/mdp-ui/mdp.scss +++ b/src/components/mdp-ui/mdp.scss @@ -366,7 +366,7 @@ table tr.hover-row{ } } .el-dialog { - max-height: 96%; + max-height: 100%; display: flex; flex-direction: column; margin: 0 !important; diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 5901a2ed..a6f55e4c 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -159,17 +159,7 @@ .el-row { padding-top: 10px; } -} -/** - 修改弹出框关闭按钮,放大,原来的太小 -**/ -.el-dialog__headerbtn { - top: 8px !important; - background-size: cover; - } - .el-dialog__headerbtn i { - font-size: 32px; - } +} .more-label-font { @@ -365,8 +355,7 @@ table tr.hover-row{ max-width:80vw; } } -.el-dialog { - max-height: 96%; +.el-dialog { display: flex; flex-direction: column; margin: 0 !important;