mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-06 00:52:50 +08:00
17 lines
249 B
Vue
17 lines
249 B
Vue
<!-- 关于页(占位) -->
|
||
<template>
|
||
<div class="about">
|
||
<h1>关于 聚势智见</h1>
|
||
</div>
|
||
</template>
|
||
|
||
<style>
|
||
@media (min-width: 1024px) {
|
||
.about {
|
||
min-height: 100vh;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
}
|
||
</style>
|