From 78999ce1626d2a786f3a705281eeba79c2f1d6dd Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 22 十月 2024 09:32:27 +0800 Subject: [PATCH] 工艺页面缓存优化 --- src/components/VxeTable/src/css/toolbar.scss | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/VxeTable/src/css/toolbar.scss b/src/components/VxeTable/src/css/toolbar.scss index 63d43f4..2b98e86 100644 --- a/src/components/VxeTable/src/css/toolbar.scss +++ b/src/components/VxeTable/src/css/toolbar.scss @@ -5,17 +5,13 @@ .vxe-toolbar .vxe-tools--wrapper, .vxe-toolbar .vxe-tools--operate button:first-child { margin: 0; + margin-left: 10px; } .vxe-toolbar .vxe-tools--wrapper, .vxe-toolbar .vxe-tools--operate .vxe-button { margin-left: 1px; border-radius: 0 !important; -} - -.vxe-toolbar .vxe-tools--wrapper, -.vxe-toolbar .vxe-tools--operate button:first-child { - margin-left: 10px; } .vxe-toolbar .vxe-tools--wrapper, @@ -26,5 +22,5 @@ .vxe-toolbar .vxe-tools--wrapper, .vxe-toolbar .vxe-tools--operate .vxe-custom--wrapper .vxe-button { - margin-left: 1px; + margin-left: 10px; } -- Gitblit v1.9.3