refactor: ele 全局列表 toolbar 按钮图标增加右边距

This commit is contained in:
puhui999
2025-05-13 10:11:51 +08:00
parent e298c5bf67
commit a5df250b04
21 changed files with 31 additions and 31 deletions

View File

@@ -98,7 +98,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
@click="onExport"
v-access:code="['system:operate-log:export']"
>
<Download class="size-5" />
<Download class="mr-2 size-5" />
{{ $t('ui.actionTitle.export') }}
</ElButton>
</template>