refactor: ele 全局列表 toolbar 按钮图标增加右边距
This commit is contained in:
@@ -127,7 +127,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
@click="onCreate"
|
||||
v-access:code="['system:sms-channel:create']"
|
||||
>
|
||||
<Plus class="size-5" />
|
||||
<Plus class="mr-2 size-5" />
|
||||
{{ $t('ui.actionTitle.create', ['短信渠道']) }}
|
||||
</ElButton>
|
||||
<ElButton
|
||||
@@ -136,7 +136,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
@click="onExport"
|
||||
v-access:code="['system:sms-channel:export']"
|
||||
>
|
||||
<Download class="size-5" />
|
||||
<Download class="mr-2 size-5" />
|
||||
{{ $t('ui.actionTitle.export') }}
|
||||
</ElButton>
|
||||
</template>
|
||||
|
||||
@@ -98,7 +98,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
@click="onExport"
|
||||
v-access:code="['system:sms-log:export']"
|
||||
>
|
||||
<Download class="size-5" />
|
||||
<Download class="mr-2 size-5" />
|
||||
{{ $t('ui.actionTitle.export') }}
|
||||
</ElButton>
|
||||
</template>
|
||||
|
||||
@@ -143,7 +143,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
@click="onCreate"
|
||||
v-access:code="['system:sms-template:create']"
|
||||
>
|
||||
<Plus class="size-5" />
|
||||
<Plus class="mr-2 size-5" />
|
||||
{{ $t('ui.actionTitle.create', ['短信模板']) }}
|
||||
</ElButton>
|
||||
<ElButton
|
||||
@@ -152,7 +152,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
@click="onExport"
|
||||
v-access:code="['system:sms-template:export']"
|
||||
>
|
||||
<Download class="size-5" />
|
||||
<Download class="mr-2 size-5" />
|
||||
{{ $t('ui.actionTitle.export') }}
|
||||
</ElButton>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user