mirror of https://github.com/halo-dev/halo-admin
refactor: installation page logo (#383)
parent
e3532fa4e9
commit
5f893aa5c5
|
@ -1,14 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
|
||||||
<a-row align="middle" class="h-screen" justify="center" type="flex">
|
<a-row align="middle" class="h-screen" justify="center" type="flex">
|
||||||
<a-col :lg="16" :md="20" :sm="20" :xl="12" :xs="23" :xxl="8">
|
<a-col :lg="16" :md="20" :sm="20" :xl="12" :xs="23" :xxl="8">
|
||||||
<div class="card-container animated fadeIn">
|
<div class="card-container animated fadeIn">
|
||||||
<a-card :bordered="false" style="box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;">
|
<a-card :bordered="false" style="box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;">
|
||||||
<div class="halo-logo">
|
<div class="halo-logo">
|
||||||
<span
|
<img alt="Halo Logo" src="/images/logo.svg" />
|
||||||
>Halo
|
<span>安装向导</span>
|
||||||
<small>安装向导</small>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<a-alert :message="`欢迎使用 Halo,您正在安装的是 Halo ${VERSION}。`" show-icon type="success" />
|
<a-alert :message="`欢迎使用 Halo,您正在安装的是 Halo ${VERSION}。`" show-icon type="success" />
|
||||||
<!-- Blogger info -->
|
<!-- Blogger info -->
|
||||||
|
@ -119,7 +116,6 @@
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue