fix:界面按钮间隔
This commit is contained in:
@@ -107,6 +107,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #extra>
|
<template #extra>
|
||||||
|
<a-space size="middle">
|
||||||
<a-button @click="handleBack">
|
<a-button @click="handleBack">
|
||||||
{{ t('page.login.common.back') }}
|
{{ t('page.login.common.back') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
@@ -116,6 +117,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
{{ t('page.access.refresh') }}
|
{{ t('page.access.refresh') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<a-table
|
<a-table
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #extra>
|
<template #extra>
|
||||||
|
<a-space size="middle">
|
||||||
<a-button @click="handleBack">
|
<a-button @click="handleBack">
|
||||||
{{ t('page.login.common.back') }}
|
{{ t('page.login.common.back') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
@@ -142,6 +143,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
{{ t('page.records.refresh') }}
|
{{ t('page.records.refresh') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<a-table
|
<a-table
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import type {TableColumnsType} from 'ant-design-vue'
|
|||||||
import {WifiOutlined} from '@ant-design/icons-vue'
|
import {WifiOutlined} from '@ant-design/icons-vue'
|
||||||
import {useI18n} from "vue-i18n";
|
import {useI18n} from "vue-i18n";
|
||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
|
//界面暂未使用
|
||||||
defineOptions({
|
defineOptions({
|
||||||
name: 'access'
|
name: 'access'
|
||||||
});
|
});
|
||||||
@@ -107,6 +108,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #extra>
|
<template #extra>
|
||||||
|
<a-space size="middle">
|
||||||
<a-button @click="handleBack">
|
<a-button @click="handleBack">
|
||||||
{{ t('page.login.common.back') }}
|
{{ t('page.login.common.back') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
@@ -116,6 +118,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
{{ t('page.access.refresh') }}
|
{{ t('page.access.refresh') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<a-table
|
<a-table
|
||||||
|
|||||||
Reference in New Issue
Block a user