style: 网元快速安装操作Nest放后面

This commit is contained in:
TsMask
2024-08-17 12:22:38 +08:00
parent 61a58fc661
commit 03352f3aa8

View File

@@ -47,13 +47,6 @@ function fnNext() {
<div style="padding: 24px 12px 0; text-align: end">
<a-space :size="8" align="center">
<a-button
type="primary"
:loading="state.confirmLoading"
@click="fnNext()"
>
{{ t('views.ne.neQuickSetup.stepNext') }}
</a-button>
<a-button
type="default"
:disabled="state.confirmLoading"
@@ -62,6 +55,13 @@ function fnNext() {
<template #icon><ReloadOutlined /></template>
{{ t('views.ne.neQuickSetup.reloadPara5G') }}
</a-button>
<a-button
type="primary"
:loading="state.confirmLoading"
@click="fnNext()"
>
{{ t('views.ne.neQuickSetup.stepNext') }}
</a-button>
</a-space>
</div>
</a-card>