From 7fd45ab2e8924ab83146bcee878a9eb94030f886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 11 Mar 2026 13:26:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=AE=A1=E7=90=86=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dict/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index ee660b9..a2f7b9d 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -655,7 +655,7 @@ onMounted(() => { .dict-actions { display: flex; flex-wrap: wrap; - gap: 8px 10px; + gap: 10px; margin: 8px 0 12px; } @@ -664,6 +664,10 @@ onMounted(() => { padding: 0 14px; } +.dict-actions :deep(.el-button + .el-button) { + margin-left: 0; +} + .dict-table-wrap { overflow-x: auto; }