Files
InsightRadar/frontend/src/views/AboutView.vue
T
stardrophere f4d9b2075c 改名
2026-04-02 01:25:30 +08:00

17 lines
249 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 关于页占位 -->
<template>
<div class="about">
<h1>关于 聚势智见</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>