DataFront/pages/index.vue

17 lines
560 B
Vue
Raw Permalink 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.

<script setup lang="ts">
</script>
<template>
<div style="display: flex;justify-content: center;flex-direction: column">
<el-text style="font-size: 20px">目前网站还没有完全完工但是笔顺码查询区域已经按时开放了</el-text>
<el-text type="danger" style="font-size: 20px">笔顺码查询 请前往 菜单 -> 工具 -> 笔顺码查询 进行查询</el-text>
<el-text style="font-size: 20px">其它部分正在装修敬请期待</el-text>
</div>
</template>
<style scoped>
.el-text{
margin-top: 30px;
}
</style>