refactor(initialization): 更新 ManualMode 组件的标题样式
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="manual-mode">
|
<div class="manual-mode">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>AUTO_MAA 初始化向导</h1>
|
<a-typography-title >AUTO_MAA 初始化向导</a-typography-title>
|
||||||
<p>欢迎使用 AUTO_MAA,让我们来配置您的运行环境</p>
|
<a-typography-title :level="4">欢迎使用 AUTO_MAA,让我们来配置您的运行环境</a-typography-title>
|
||||||
|
|
||||||
<div class="header-actions">
|
<!-- <div class="header-actions">-->
|
||||||
<a-button size="large" type="primary" @click="handleSkipToHome">
|
<!-- <a-button size="large" type="primary" @click="handleSkipToHome">-->
|
||||||
跳转至首页(仅开发用)
|
<!-- 跳转至首页(仅开发用)-->
|
||||||
</a-button>
|
<!-- </a-button>-->
|
||||||
<a-button
|
<!-- <a-button-->
|
||||||
size="large"
|
<!-- size="large"-->
|
||||||
type="default"
|
<!-- type="default"-->
|
||||||
@click="handleJumpToStep(5)"
|
<!-- @click="handleJumpToStep(5)"-->
|
||||||
style="margin-left: 16px"
|
<!-- style="margin-left: 16px"-->
|
||||||
>
|
<!-- >-->
|
||||||
跳到启动服务(第六步)
|
<!-- 跳到启动服务(第六步)-->
|
||||||
</a-button>
|
<!-- </a-button>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a-steps :current="currentStep" :status="stepStatus" class="init-steps">
|
<a-steps :current="currentStep" :status="stepStatus" class="init-steps">
|
||||||
|
|||||||
Reference in New Issue
Block a user