2
0

fix:界面按钮间隔

This commit is contained in:
zhongzm
2025-03-12 15:19:04 +08:00
parent 3ff07c3183
commit 1f33e8295b
3 changed files with 7 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ onMounted(() => {
</template>
<template #extra>
<a-space size="middle">
<a-button @click="handleBack">
{{ t('page.login.common.back') }}
</a-button>
@@ -116,6 +117,7 @@ onMounted(() => {
</template>
{{ t('page.access.refresh') }}
</a-button>
</a-space>
</template>
<a-table

View File

@@ -133,6 +133,7 @@ onMounted(() => {
</template>
<template #extra>
<a-space size="middle">
<a-button @click="handleBack">
{{ t('page.login.common.back') }}
</a-button>
@@ -142,6 +143,7 @@ onMounted(() => {
</template>
{{ t('page.records.refresh') }}
</a-button>
</a-space>
</template>
<a-table

View File

@@ -4,6 +4,7 @@ import type {TableColumnsType} from 'ant-design-vue'
import {WifiOutlined} from '@ant-design/icons-vue'
import {useI18n} from "vue-i18n";
import { useRouter } from 'vue-router';
//界面暂未使用
defineOptions({
name: 'access'
});
@@ -107,6 +108,7 @@ onMounted(() => {
</template>
<template #extra>
<a-space size="middle">
<a-button @click="handleBack">
{{ t('page.login.common.back') }}
</a-button>
@@ -116,6 +118,7 @@ onMounted(() => {
</template>
{{ t('page.access.refresh') }}
</a-button>
</a-space>
</template>
<a-table