From 8116b5953e854af1c408fd6198853f220a994d32 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 15:04:06 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 7b234f43..a4a806d0 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -299,13 +299,13 @@ table tr.hover-row{ margin-right: 0px !important; } .el-dialog__header{ - padding: 10px !important; + padding: 20px !important; } .el-dialog__body{ padding-top: 0px !important; padding-bottom: 10px !important; - padding-left: 10px !important; - padding-right: 10px !important; + padding-left: 20px !important; + padding-right: 20px !important; } .label-font-color{ color: #C0C4CC;