From 8a5549416484e478517e9789adcc607aa06fab42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 31 Jan 2023 14:48:42 +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/styles/mdp.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index a1d9e3a1..7b234f43 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -298,7 +298,15 @@ table tr.hover-row{ .el-menu-item .top-icon > [class^=el-icon-] { margin-right: 0px !important; } - +.el-dialog__header{ + padding: 10px !important; +} +.el-dialog__body{ + padding-top: 0px !important; + padding-bottom: 10px !important; + padding-left: 10px !important; + padding-right: 10px !important; +} .label-font-color{ color: #C0C4CC; }