pref: 网元快速安装页面重构
This commit is contained in:
@@ -5,7 +5,7 @@ import { stepState, fnRestStepState } from './hooks/useStep';
|
||||
|
||||
// 异步加载组件
|
||||
const Start = defineAsyncComponent(
|
||||
() => import('./components/NeInfoSoftwareLicense.vue')
|
||||
() => import('./components/Start.vue')
|
||||
);
|
||||
|
||||
// 当前组件
|
||||
@@ -29,8 +29,7 @@ onMounted(() => {
|
||||
<template>
|
||||
<PageContainer>
|
||||
<a-card
|
||||
:bordered="false"
|
||||
:body-style="{ padding: '12px', minHeight: '450px' }"
|
||||
:bordered="false"
|
||||
>
|
||||
<!-- 插槽-卡片左侧 -->
|
||||
<template #title>
|
||||
|
||||
Reference in New Issue
Block a user