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; }