From 90260d223583f8eecc6dc60b62ac73a92506134b Mon Sep 17 00:00:00 2001 From: mo Date: Fri, 23 Dec 2022 22:08:10 +0800 Subject: [PATCH] Update toolbar.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tools 布局 --- styles/toolbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/toolbar.scss b/styles/toolbar.scss index 5cccfa8aa9..c84acfa9d2 100644 --- a/styles/toolbar.scss +++ b/styles/toolbar.scss @@ -74,6 +74,7 @@ .vxe-buttons--wrapper, .vxe-tools--wrapper { flex-wrap: wrap; + margin-right: 12px; } .vxe-tools--operate { flex-shrink: 0; @@ -184,4 +185,4 @@ &.size--mini { font-size: $vxe-font-size-mini; } -} \ No newline at end of file +}