From 91472a9b21b2822f37d2e25dcd7d0687edbed42f Mon Sep 17 00:00:00 2001 From: pnoker Date: Thu, 28 May 2026 01:07:57 +0800 Subject: [PATCH] fix(dialog): add spacing between form content and footer buttons --- src/styles/things-dialog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/things-dialog.scss b/src/styles/things-dialog.scss index d096a67b3..b3682d922 100644 --- a/src/styles/things-dialog.scss +++ b/src/styles/things-dialog.scss @@ -118,6 +118,7 @@ .things-dialog-footer { display: flex; justify-content: flex-end; + margin-top: 20px; } .el-dialog__title {