fix:界面按钮间隔
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user